PDA

Click to See Complete Forum and Search --> : sub or function not defined


Magnus_Lei
Mar 19th, 2004, 11:27 AM
When i try to run this code i am getting an error. I know nothing about vba and am trying to learn quickly. I have used vb before so i thought i could pick it up pretty fast. Here is my code.
With Workbook(GMwkbk)
.Worksheets(Budgsht).Range("B4").PasteSpecial xlValues
.SaveAs Pth & "\" & Cll.Value
End With


I get an error sub or function not defined.

Also i am looking for some good sites to pick some of this up. If you know of any let me know.

Mag

Magnus_Lei
Mar 19th, 2004, 03:01 PM
I figured it out and now have moved on to the mail merge...i am wanting to open up an excel document and then merge from those fields to a new word document. Again just some good sites on VBA would help.....

Im starting to think there is none.

Mag