LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Creating a proprer macro in Excel

And even further like this..........


For Each rcell In _
ActiveSheet.Range("I6:P7, I9:P13, U6:X7, U52:X52, Q55:T55")
rcell.ClearContents


Gord

On Tue, 15 Jan 2008 14:08:14 -0800 (PST), JP wrote:

You could condense it down even further like this

Range("I6:P7").ClearContents
Range("I9:P13").ClearContents
Range("U6:X7").ClearContents
Range("U52:X52").ClearContents
Range("Q55:T55").ClearContents


--JP

On Jan 15, 3:48*pm, FSt1 wrote:
hi
the select statment is not needed in this case so it can be iliminated. also
the small scroll is not needed. in coding *the scroll and select are only
good if you are watching the macro to stuff in design mode. in run mode
usually, things are happening too fast.
Range("I6:P6").ClearContents
* * Range("I7:P7").ClearContents
* * Range("I9:P9").ClearContents
* * Range("I10:P10").ClearContents
* * Range("I11:P11").ClearContents
* * Range("I12:P12").ClearContents
* * Range("I13:P13").ClearContents
* * Range("U6:X6").ClearContents
* * Range("U7:X7").ClearContents
* * Range("U52:X52").ClearContents
* * Range("Q55:T55").ClearContents

regards
FSt1




 
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
Creating Macro Chey Excel Discussion (Misc queries) 1 January 18th 07 06:21 PM
Advice on Creating an Excel Formula or Macro - PLEASE HELP!!!! So Tru Geo Excel Worksheet Functions 1 June 27th 06 07:15 PM
help creating a macro in excel that opens a specific word document Prohock Excel Discussion (Misc queries) 3 March 30th 06 04:58 PM
Creating a macro in excel Not sure what I am doing Excel Worksheet Functions 1 March 25th 05 11:04 PM
after creating macro button, closed excel then restarted excel hjd43 Excel Discussion (Misc queries) 1 March 3rd 05 03:04 AM


All times are GMT +1. The time now is 01:55 PM.

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

About Us

"It's about Microsoft Excel"