MrKowz
Well-known Member
- Joined
- Jun 30, 2008
- Messages
- 6,653
- Office Version
- 365
- 2016
- Platform
- Windows
Hey all,
I have read the article by Chip Pearson (http://www.cpearson.com/Excel/vbe.aspx), and I have a question that isn't quite touched on in there.
Is it possible to edit a specific line in a module through a procedure? I am leaving the company I am with at the end of the week, and I am trying to build the most effective way for my employer to continue to use a program I have written (whose code has several areas that is dependent on the naming convention of the workbooks that are opened).
It WOULD be possible for me to go through the code and adapt it for the workbook name through a variable, but I simply don't have time to accomplish this.
Basically, I need to change the following to a specific inputbox value
Module: Sheet1
If I can get a solution to this, I am confident I can build the solution for other modules.
Thanks in advance!
I have read the article by Chip Pearson (http://www.cpearson.com/Excel/vbe.aspx), and I have a question that isn't quite touched on in there.
Is it possible to edit a specific line in a module through a procedure? I am leaving the company I am with at the end of the week, and I am trying to build the most effective way for my employer to continue to use a program I have written (whose code has several areas that is dependent on the naming convention of the workbooks that are opened).
It WOULD be possible for me to go through the code and adapt it for the workbook name through a variable, but I simply don't have time to accomplish this.
Basically, I need to change the following to a specific inputbox value
Module: Sheet1
- Line 9, Col 72 through Line 9, Col 80
- Line 21, Col 57 through Line 21, Col 65
- Line 32, Col 85 through Line 32, Col 93
If I can get a solution to this, I am confident I can build the solution for other modules.
Thanks in advance!