B
Brad
Using Excel 2007
I have two macros: one that gets data from an external source and the other
that takes information from excel and creates PDF's. If I run each macro
individually, I get the right results. If I call the macro that creates the
PDF's from the macro that gets the data (the pdf's have not been updated with
the new information). The workbook is on automatic calculation mode.
I've have tried adding the lines
Application.Calculatefull
Application.Wait Now + timevalue("00:00:03")
in the first macro before calling the second macro - (with no success) any
suggestions?
I have two macros: one that gets data from an external source and the other
that takes information from excel and creates PDF's. If I run each macro
individually, I get the right results. If I call the macro that creates the
PDF's from the macro that gets the data (the pdf's have not been updated with
the new information). The workbook is on automatic calculation mode.
I've have tried adding the lines
Application.Calculatefull
Application.Wait Now + timevalue("00:00:03")
in the first macro before calling the second macro - (with no success) any
suggestions?