#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 31
Default Quick help

How can I make this work?:

Cells(17, ProcessRow).Resize(19).Select & Cells(41, ProcessRow).Resize(43).
Select

I am trying to select 2 groups of cells so I can run a search within them.
Can this be done?

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200611/1

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default Quick help

i used 1 instead of processrow, because i didn't know what it referred to

Sub test()
Union((Cells(17, 1).Resize(19)), Cells(41, 1).Resize(43)).Select
End Sub

--


Gary


"erikkeith via OfficeKB.com" <u13156@uwe wrote in message
news:6a0026897afe6@uwe...
How can I make this work?:

Cells(17, ProcessRow).Resize(19).Select & Cells(41, ProcessRow).Resize(43).
Select

I am trying to select 2 groups of cells so I can run a search within them.
Can this be done?

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200611/1



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
I NEED HELP QUICK Jennifer Excel Discussion (Misc queries) 6 October 1st 07 04:43 PM
NEED HELP QUICK! excel-chump[_2_] Excel Worksheet Functions 4 September 20th 07 07:10 PM
Quick fix Cobbcouk[_4_] Excel Programming 6 April 11th 06 06:21 PM
Quick question - quick answer about assigning shortcut keys funkymonkUK[_75_] Excel Programming 1 October 13th 05 10:50 AM
HELP QUICK I NEED TO KNOW HOW TO ... Kai Jam via OfficeKB.com Excel Discussion (Misc queries) 2 June 8th 05 03:16 AM


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