Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by btraemoore

  1. btraemoore

    having save-as problems from autocad to excel...

    sorry i got scrambled workbooks("bptags.xls").Sheets("mytemp").Move After:=workbooks("mytemp.xls").Sheets(1)"the first sheet
  2. btraemoore

    having save-as problems from autocad to excel...

    so basically |bptags.xls| |mytemp| workbooks(Master_WorkBook).Sheets(Secondary_WorkSheet).Move |mytemp.xls| |first sheet| After:=workbooks(Secondary_WorkBook).Sheets(1)
  3. btraemoore

    having save-as problems from autocad to excel...

    no the structures are workbook;worksheet bptags;ccu3,mytemp mytemp;sheet1
  4. btraemoore

    having save-as problems from autocad to excel...

    Im trying to saveas the work ive done as a different file name, and i keep getting "script out of range", which i know means that it doesn't exist. I having a hard time figuring out why... ' Declare Working Directory Global Const WrkDir = "C:\Documents and Settings\moorerb\Desktop\asset...

Part and Inventory Search

Back
Top