On my machine this code works:
But on anothers PC it highlights the word "Format" and says object or library not installed, but they have the same references installed as I do.
What is throwing this error?
Code:
.SaveAs Filename:="C:\Ricardo\mail\" & Format(Range("G3").Value) & ".xls"
But on anothers PC it highlights the word "Format" and says object or library not installed, but they have the same references installed as I do.
What is throwing this error?