melewie
Board Regular
- Joined
- Nov 21, 2008
- Messages
- 188
- Office Version
- 365
- Platform
- Windows
Morning all,
I am trying to create a new workbook but I dont want to save it so the workbook name will be book 'x'.
What I need to do is refrence the new workbook something like
Any help would be great.
I am trying to create a new workbook but I dont want to save it so the workbook name will be book 'x'.
What I need to do is refrence the new workbook something like
Code:
Dim NewWB as workbook
workbooks.add
new workbook = NewWB
Any help would be great.