Carl Clements
Board Regular
- Joined
- Jun 13, 2008
- Messages
- 95
Hi,
I have a spreadsheet where I would like to double click on a cell, which then opens another saved spreadsheet.
Within VBA, I understand that I can select 'Worksheet' from the drop down menu bar at the top but after that, I'm not sure if I need to select 'BeforeDoubleClick' and record a macro to open the file, or 'FollowHyperlink' and code the file directory?
I've never used these drop down menus before, so any guidance will be helpful.
Thanks,
Carl
I have a spreadsheet where I would like to double click on a cell, which then opens another saved spreadsheet.
Within VBA, I understand that I can select 'Worksheet' from the drop down menu bar at the top but after that, I'm not sure if I need to select 'BeforeDoubleClick' and record a macro to open the file, or 'FollowHyperlink' and code the file directory?
I've never used these drop down menus before, so any guidance will be helpful.
Thanks,
Carl