Skip to main content
4-Participant
August 30, 2024
Solved

excel to text box

  • August 30, 2024
  • 2 replies
  • 1220 views

Can I automatically create in Mathcad 15 a Text Box based on the first column of an excel sheet?

Best answer by Werner_E

@ID_10962613 wrote:

Can I automatically create in Mathcad 15 a Text Box based on the first column of an excel sheet?


Yes, you can.

Read in the column from Excel in a Mathcad vector via READEXCEL and use this vector as input for the List box for selection. Or do you really mean a simple Text box?

Anyway, you probably find solutions even for the latter in Richards collection of components -> Extra Components and Controls

 

2 replies

Community Moderator
August 30, 2024

Hello @ID_10962613

 

Thank you for your question. 
I'd like to recommend to bring more details and context to your initial inquiry

It also helps to have screenshot(s) to better understand what you are trying to do in your process. 

This will increase your chances to receive meaningful help from other Community members. 

Regards,
Vivek N
Community Moderation Team.

Werner_E25-Diamond IAnswer
25-Diamond I
August 30, 2024

@ID_10962613 wrote:

Can I automatically create in Mathcad 15 a Text Box based on the first column of an excel sheet?


Yes, you can.

Read in the column from Excel in a Mathcad vector via READEXCEL and use this vector as input for the List box for selection. Or do you really mean a simple Text box?

Anyway, you probably find solutions even for the latter in Richards collection of components -> Extra Components and Controls

 

4-Participant
September 20, 2024

Thank you Werner, the problem is solved.