LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #10   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Prompting user to enter number of cells to be used

Okay. I am assuming that code will highlight the rows that hold the data
ending at the blank row. Now, how would I get the highlighted information to
copy over to the word document in the specific place i need?

Joel wrote:
to select the cells you need something like this

Sub abc()

mylastrow = Cells(2, "A").End(xlDown).Row
Range(Cells(2, "A"), Cells(mylastrow, "A")).Select

End Sub

I was using the fourm search function to find any previous post regarding my
questions, (a and b in my first post).

[quoted text clipped - 13 lines]

Thank you in advance.


--
Message posted via http://www.officekb.com



 
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
Prompting User Alexis Excel Programming 6 March 8th 06 06:35 PM
Prompting a user to open Read Only quantboy Excel Programming 4 January 6th 06 05:33 PM
User/pass prompting code count Excel Programming 0 July 10th 04 12:41 AM
Prompting user before saving Simon Lloyd[_447_] Excel Programming 0 May 10th 04 10:55 PM
Prompting user before saving Charles Excel Programming 0 May 10th 04 10:54 PM


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