T
Tajin
I have a template that needs to be filled out from fields coming from other
excel spreadsheet available in the server( actually sheet names), I want to
make available only this values to make the choice on Worksheet_change on
that excel template, I can get all the worksheet names in msgbox one by one
but I don't know how to pass them to one of the cells in my template, should
do it on arrays?, how?, I want also to move the focus from the first cell
the one on the right side and following one to right side, like for example
if A7 is the first cell, 2nd one B7, 3rd C7, 4th D7, next A8, B8, C8, D8,
etc..
Thanks
excel spreadsheet available in the server( actually sheet names), I want to
make available only this values to make the choice on Worksheet_change on
that excel template, I can get all the worksheet names in msgbox one by one
but I don't know how to pass them to one of the cells in my template, should
do it on arrays?, how?, I want also to move the focus from the first cell
the one on the right side and following one to right side, like for example
if A7 is the first cell, 2nd one B7, 3rd C7, 4th D7, next A8, B8, C8, D8,
etc..
Thanks