Kevineamon
New Member
- Joined
- Aug 1, 2018
- Messages
- 27
Hi guys;
I have a excel workbook, that holds a number of worksheet templates, which I call my Control_Workbook
I have another Workbook called - Device_Workbook
Device workbook has a permanent sheet called Ip_Adresses.
My Control_book copies a sheet into my Device_workbook called "Devices" using a VBa script which works fine
Now there's a formula in Devices it needs to do a Vlookup, but the table array is in Ip_address.
If I try to add that to my Control book (Ip adresses doesn't yet exist here, it won't be accessible, until I copy this sheet into the Device workbook if you understand?)
So it trys to open the browser window, as if it's trying to find the sheet. So I can cancel that, and fine, it accepts the formula.
Trouble is the formula isn't dynamic when it gets copied over. It doesn't do anything.
Sometimes if I select the cell and press enter it starts working, or sometimes I need to re browse the path of the table array then it works.
Help!
I have a excel workbook, that holds a number of worksheet templates, which I call my Control_Workbook
I have another Workbook called - Device_Workbook
Device workbook has a permanent sheet called Ip_Adresses.
My Control_book copies a sheet into my Device_workbook called "Devices" using a VBa script which works fine
Now there's a formula in Devices it needs to do a Vlookup, but the table array is in Ip_address.
If I try to add that to my Control book (Ip adresses doesn't yet exist here, it won't be accessible, until I copy this sheet into the Device workbook if you understand?)
So it trys to open the browser window, as if it's trying to find the sheet. So I can cancel that, and fine, it accepts the formula.
Trouble is the formula isn't dynamic when it gets copied over. It doesn't do anything.
Sometimes if I select the cell and press enter it starts working, or sometimes I need to re browse the path of the table array then it works.
Help!