LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Select Half a Worksheet

Thanks Vergel, thats exactly what i was looking for!!!!

Batty!!!


Vergel Adriano wrote:
like this?

Sub Test()
Dim iTotalColumns As Integer
iTotalColumns = ActiveSheet.UsedRange.Columns.Count
Range(Columns(1), Columns(iTotalColumns \ 2)).Select
End Sub

Good Morning to you all.

[quoted text clipped - 5 lines]

Batty


 
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
Conditional formatting only working for half of worksheet mmurphy Excel Discussion (Misc queries) 1 December 15th 09 05:53 PM
print half of rows on left and other half on right Steve B. Excel Discussion (Misc queries) 2 November 16th 07 11:20 AM
Can I have the bottom half Worksheet with less columns than Top Toby Excel Discussion (Misc queries) 1 May 19th 07 12:57 PM
Workbook VBA not recognising half the new worksheet!! Simon Lloyd[_530_] Excel Programming 2 August 14th 04 07:45 PM
Full Screen With Status Cut Worksheet Tabs in Half Dean[_6_] Excel Programming 2 June 17th 04 12:06 PM


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