Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 134
Default Code to Select Row



see inline comments

"scrabtree23" wrote in message ...
Friends,

I need 1) a code to select a entire row that the active
cell is in.

----
activecell.entirerow.select

Also, 2) I have my page setup set so that comments will be
printed at the end, yet most of the comment doesn't end up
printing???

---
you could try (I didn't look at it for relevance to your specifics)
List all comments from all sheets, Dick Kusleika, 2002-09-12, use
csh.Cells(Rows.Count, "A").End(xlUp).Offset(1, 0) instead of csh.Range("a65536").End(xlUp).Offset(1, 0)
useon error resume next: For each cell in sh.cells.SpecialCells(xlCellTypeComments)
instead ofFor Each cell In sh.UsedRange -- in XL97 use xlComments--
http://google.com/groups?threadm=uqE...%40tkmsftngp08


3) How can I keep my program from balooning in size?
Once I use it, then delete all the input cells, it has
still mysteriously grown in size significantly???

---
See makelastcell macro in
http://www.mvps.org/dmcritchie/excel...m#makelastcell
actualy Debra Dalgleish had something I think it is on her site
http://www.contextures.com


4) Do you have any practical suggestions on how to
decrease a file size?

--
Same answer as in Question #3.


SDC


--
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm


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
CODE 2 SELECT SHEETS LISTED IN A RANGE Faraz A. Qureshi Excel Discussion (Misc queries) 1 July 30th 09 07:31 AM
VBA code to select rows ub Excel Discussion (Misc queries) 4 February 15th 09 11:05 PM
Code to select range Shawn Excel Discussion (Misc queries) 1 June 2nd 05 05:14 PM
Select sheet with VB code Dunmarie Excel Discussion (Misc queries) 1 January 12th 05 03:44 PM


All times are GMT +1. The time now is 01:49 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"