View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Who I Am Who I Am is offline
external usenet poster
 
Posts: 30
Default Need to know a workbook is just open

We use a sophiscated program to munipulate data. At some points during
the munnipulation process, if we click a button, we get a Excel
spreadsheet from which we get certain information.

My question is how a macro that resides in my Personal.xls knows that a
workbook is open?

What I need is that after the book is open, my macro will do something
in it, like adjust column width, etc.

Thanks

HZ