hi all, i'm running into an issue here. i am trying to show the select file window, choose a pdf, and insert it into a new sheet. i'm using this code:
i am receiving an error: Run-time error: 1004 Cannot insert object.![]()
Sheets.Add After:=Sheets(Sheets.Count) ActiveSheet.Name = "Document1" Range("A1").Select ActiveSheet.OLEObjects.Add(Application.GetSaveAsFilename, Link:= _ False, DisplayAsIcon:=False).Select
what am i doing wrong??
thanks!
Bookmarks