melewie
Board Regular
- Joined
- Nov 21, 2008
- Messages
- 188
- Office Version
- 365
- Platform
- Windows
Hello All
I am having problems trying to write a peice of code that will create a new work book and name it. The problem im having is that the user will likely do this several times, what I would like to do is....
New WB = "Raw Data" if WB Raw Data already exists then new WB = "Raw Data 1" and so on.... I can do this by creating a neverending if statement, is there a better way to do this??
Any help would be great - Thanks
I am having problems trying to write a peice of code that will create a new work book and name it. The problem im having is that the user will likely do this several times, what I would like to do is....
New WB = "Raw Data" if WB Raw Data already exists then new WB = "Raw Data 1" and so on.... I can do this by creating a neverending if statement, is there a better way to do this??
Any help would be great - Thanks