gmcgough600
New Member
- Joined
- Nov 21, 2017
- Messages
- 33
- Office Version
- 365
Hi,
I've got the following code which works but I need a way to also store which workbook the selected cell was on:
I'm working across multiple sheets (and possibly workbooks), but this code only works if everything is on the same sheet.
Any suggestions? Thanks in advance.
I've got the following code which works but I need a way to also store which workbook the selected cell was on:
VBA Code:
find_cell = Application.InputBox("Select first cell in list of data to find", Default:=Selection.Address, Type:=8).Address
I'm working across multiple sheets (and possibly workbooks), but this code only works if everything is on the same sheet.
Any suggestions? Thanks in advance.