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 strongm 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 davesexcel

  1. davesexcel

    Speed up Macro

    This will even speed thing up Range("A2:Z" & ((2 * LastRow) - 1)).Sort Key1:=Range("A2"), Order1:=xlAscending, Key2:=Range("C2") _ , Order2:=xlAscending, Header:=xlGuess, OrderCustom:=1, MatchCase:= _ False, Orientation:=xlTopToBottom, DataOption1:=xlSortNormal, DataOption2 _...
  2. davesexcel

    word to pdf convertor

    I have always used PDF reDirect, I have never had a problem with it Dave Morrison
  3. davesexcel

    importing file to an existing file (excel)

    Here is an example of one way you could do it http://www.excelforum.com/showthread.php?t=589590 Dave Morrison
  4. davesexcel

    importing file to an existing file (excel)

    Hi, are the ranges all the same in each sheet??

Part and Inventory Search

Back
Top