Insert specific cells into a very long script

rplohocky

Active Member
Joined
Sep 25, 2005
Messages
292
Office Version
  1. 365
Platform
  1. Windows
Hello,
I am looking for a way to insert about 10 cells into various places in a script that has many commonly used symbols that formula's use. I also found out that formula's can only use 255 character's so i can't use the normal TEXT option. The workbook i am building would have column A asking for Name, Date, Time, Place and so on, column B would be the place a person would enter this data and this data would be linked to a specific location within the script. The script has over 2000 characters such as letters, numbers and symbols like / and " and + and =, which can confuse a normal formula. I am trying to make a workbook that will make it easier to customize a script that we use to build routers. So a person can change a name and a few other things by filling about 10 cells then copying a cell that has the entire script with the changes.

Any ideas??
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Not sure I follow. Ideas? How about using a userform to accept values for the parameters to insert into the script. The parameter values could come from sheet(s) and populate form controls for the user to make selections. Perhaps the lists for subsequent selections could be cascading so that you can only choose secondary, tertiary, etc. list items based on prior choices. In the end, you'd concatenate the control values into the script.
 
Upvote 0

Forum statistics

Threads
1,215,124
Messages
6,123,187
Members
449,090
Latest member
bes000

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top