Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.setup
holy dog
 
Posts: n/a
Default If then statement Excell 2000

What would the proper sequence be to prform the following:
IF A2=A3, THEN copy C2 to C3, D2 to D3, E2 to E3, H2 to H3.

Is this possable? Thanks much
  #2   Report Post  
Posted to microsoft.public.excel.setup
Dave Peterson
 
Posts: n/a
Default If then statement Excell 2000

You have a reply to your post in .misc

holy dog wrote:

What would the proper sequence be to prform the following:
IF A2=A3, THEN copy C2 to C3, D2 to D3, E2 to E3, H2 to H3.

Is this possable? Thanks much


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.setup
holy dog
 
Posts: n/a
Default If then statement Excell 2000

I have a mcro that will do the same function, but now have this issue:
need this macro to automactically fill in down a colum, but to skip any
cells with data in it. After it skips the cell with data it will use that
cell for the new data until it hits and skips another cell with diferent data
and repeats using new data.
'
' Macro5 Macro
' Macro recorded 12/16/2005 by Fairview
'
' Keyboard Shortcut: Ctrl+a
'
ActiveCell.Offset(-1, 0).Range("A1").Select
Selection.AutoFill Destination:=ActiveCell.Range("A1:A2"), Type:= _
xlFillDefault
ActiveCell.Range("A1:A2").Select
ActiveCell.Offset(1, 0).Range("A1").Select
End Sub

any ideas? thanks much

"holy dog" wrote:

What would the proper sequence be to prform the following:
IF A2=A3, THEN copy C2 to C3, D2 to D3, E2 to E3, H2 to H3.

Is this possable? Thanks much

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
Excell 2000 holy dog Setting up and Configuration of Excel 3 October 7th 05 02:51 PM
unable to drag scrollbar in excell 2000 cheetah Excel Discussion (Misc queries) 0 September 10th 05 02:15 PM
How do I download install Excell 2000 Analysis Tool Pak? jamo Excel Worksheet Functions 1 April 4th 05 03:59 PM
Need Your Help on Excell 2000 lbras Excel Discussion (Misc queries) 1 March 9th 05 09:30 PM
Excell 2000 - Cannot open file RustyC Excel Discussion (Misc queries) 2 March 4th 05 08:55 PM


All times are GMT +1. The time now is 05:53 PM.

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"