View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Aaron Cooper Aaron Cooper is offline
external usenet poster
 
Posts: 11
Default Help needed to test and modify interworkbook links

I have a bunch of workbooks for which I need to test some formulas and
add $ signs to the column and row if it links to a certain tab within
the same worksheet. The name of the tab is always the same so I could
do something that checks if the 6th character is a "$" and if not
insert that character.

I know that this is possible, I just have no idea how to do it. I am
pretty new to vbs and I'm trying to learn as much as possible.

I really do not know if it is possible to have this automated to check
ever cell of every tab in every open workbook.

I hope that someone can help, I would greatly appreciate it.

Thank you in advance.