tlc53
Active Member
- Joined
- Jul 26, 2018
- Messages
- 399
Hi,
At the top of my spreadsheet I am going to have the Clients name.
The client name information is taken from a sheet in the workbook which hasn't yet been created.
For example, in Sheet1 Cell D6 will have the following formula: "=ABC!B3" which will bring through the clients name.
However, the sheet ABC will only be created once the spreadsheet is opened by the user for the first time. If I link the cell without the sheet yet being present, it returns #REF !
What would be the best way to deal with this? Perhaps a macro which runs on opening and puts the formula in then? Maybe a VBA code? Unsure of the best and most efficient way to handle this.
Thanks you!
At the top of my spreadsheet I am going to have the Clients name.
The client name information is taken from a sheet in the workbook which hasn't yet been created.
For example, in Sheet1 Cell D6 will have the following formula: "=ABC!B3" which will bring through the clients name.
However, the sheet ABC will only be created once the spreadsheet is opened by the user for the first time. If I link the cell without the sheet yet being present, it returns #REF !
What would be the best way to deal with this? Perhaps a macro which runs on opening and puts the formula in then? Maybe a VBA code? Unsure of the best and most efficient way to handle this.
Thanks you!