I am new to scripting VBA from scratch. I have been using formulas to complete the task, but it is requested that I use a VBA to eliminate the excess spacing needed for my formulas to work properly. I have multiple worksheets that I want to the data from to populate my form(s). If column A
represents the selection of the item by entering the quantity or no charge(NC)
. example of my worksheet is:
I have the selected data in if isblank = false
formulas that combines the selected line into one string for the order form. Then I use the left, right, and mid formulas to separate the string into the columns needed for my check list form.
What I want to do is eliminate using the one text string, and use the if isblank = false
to populate my check list form.