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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ryno525
  • Content: Threads
  • Order by date
  1. ryno525

    Excel macro execute command outside of excel

    Is it possible to use excel to input data into another application. I want to use excel to input my Journal Entries into SAP. All It needs to do is the eqivalent of me pressing: Alt-tab, down arrow, down arrow, ctrl-V, Alt-Tab(back to excel). Is this type of action possible with excel?
  2. ryno525

    EXCEL VBA use of range(

    Is there an easier way to write this: dim lastcell as range Set lastcell = ActiveCell.Offset(-1, 7) 'happens at somepoint in the program Range("b4:" & lastcell.Address(RowAbsolute:=False, ColumnAbsolute:=False)).Select how about this: Range(ActiveCell.Address(RowAbsolute:=False...

Part and Inventory Search

Back
Top