Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Excel features that might replace these Lotus macro tricks?

The first Lotus macro does is search for an account number, go over a
number of columns to find the tax column, edits the data in the cell to
add another amount. The second macro searches the account number, goes
over to a certain column and pauses until I put in another account
number.

  #2   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett
 
Posts: n/a
Default Excel features that might replace these Lotus macro tricks?

how about something like this to get you started
Sub findoffset()
x = Columns(4).Find(3).Offset(, 1)
MsgBox x

End Sub

--
Don Guillett
SalesAid Software

wrote in message
ups.com...
The first Lotus macro does is search for an account number, go over a
number of columns to find the tax column, edits the data in the cell to
add another amount. The second macro searches the account number, goes
over to a certain column and pauses until I put in another account
number.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I get an excel macro to stop at a cell & wait for imput? oscar_az Excel Discussion (Misc queries) 1 January 11th 06 01:38 PM
Macro error after switching from Excel 2000 to Excel 2003 Jake Burnham Excel Discussion (Misc queries) 1 January 10th 06 08:10 PM
Search, Copy, Paste Macro in Excel [email protected] Excel Worksheet Functions 0 January 3rd 06 06:51 PM
passing arguments from an excel macro to a word macro KWE39 Excel Discussion (Misc queries) 1 July 7th 05 03:56 PM
Macro excel save mrbalaje Excel Discussion (Misc queries) 1 May 12th 05 06:27 PM


All times are GMT +1. The time now is 01:57 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"