forrestgump
Registered User.
- Local time
- Today, 13:35
- Joined
- Aug 14, 2017
- Messages
- 10
Hi All,
How do i open a new instance of an excel workbook from MS Access? I can open workbooks that are already created with the below code but not a new blank workbook:-
Any help would be much appreciated.
Regards,
ForrestGump
How do i open a new instance of an excel workbook from MS Access? I can open workbooks that are already created with the below code but not a new blank workbook:-
Code:
Set xlWB = .Workbooks.Open(Me.filepathbx & Me.lstFileList.ItemData(i))
Any help would be much appreciated.
Regards,
ForrestGump