Hello
I wrote a program that is copying data from an Excel spreadsheet to a Word document in specific bookmarks but now the procedure is too big![]()
The program has an inteface screen and it copies only the data selected with checkboxes.
I thought of chopping the code into segments using different sub procedures for e.g. each checkbox but now the program doesnt function because the variables are not registered for every sub procedure.
Is there a way in making sub procedures in one big procedure? Will that exceed the size of the container procedure?
Thank you very much
![]()




Reply With Quote