View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dan dan is offline
external usenet poster
 
Posts: 113
Default run macro in VBA code

I am trying to have my VBA code run my macro "FillDown"
after I inserted an entire row in my spreadsheet. I can't
seem to get this to work. My code looks for an empty
cell "IfEmpty", not empty then it goes to the row and
inserts a blank line into the spreadsheet. This works
fine. Unfortunately, the spreadsheet formulas do not fill
down, hence the macro to do the filldown. Can you help or
is there a better way? Thanks, Dan