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.
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