Hi all,
When I run my macro the code below is the last part. The last line
before the "End with" is where it gives the " Run time error 9 Subscript
out of range".
Everything appears to work ok right until I try to save the file.
Thanks for the help.
Sheets("Inventory").Select
Sheets("Inventory").Copy
With ActiveWorkbook
.SaveAs Filename:=.Worksheets("sheet1").Range("x4").Value
End With
Bookmarks