EDate function?

  • Thread starter Thread starter fdiez67
  • Start date Start date
F

fdiez67

Is it possible to use the Edate function within VBA? If not, would it b
too difficult to write the code? I am relatively new to VBA. Regards
 
Hi
first you have to set a reference to the Analysis toolpak add-in in the
VBA Editor ('tools - References'). The file is named 'atpvbaen.xls'.
After this you your use simply EDate in your VBA code
 
Back
Top