View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Roger[_10_] Roger[_10_] is offline
external usenet poster
 
Posts: 4
Default Sequential Sub Procedures

I have a Sub procedure which pulls data into multiple Excel 97 worksheets
from an Access database via MS Query. The data is refreshed with the
command "ActiveWorkbook.RefreshAll".

I then have another Sub procedure to change row height on all the worksheets
to fit the newly imported data.

My problem is that the row height Sub runs before the RefreshAll command has
finished and so none of the rows are changed to match the new data.

Could anyone suggest how I can make the row height procedure run only when
the RefreshAll command has completed.

TIA

Roger