#1   Report Post  
L. Howard Kittle
 
Posts: n/a
Default Zooming in on a row

Hi Diane,

Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Target.Column < 1 Then Exit Sub
ActiveCell.Resize(1, 7).Copy Sheets("Sheet2").Range("B2")
Sheets("Sheet2").Select
End Sub

Where you will select a cell in column A and that cell and the next 6 in the
row are displayed starting in B2 of sheet 2.

HTH
Regards,
Howard

"Diane" wrote in message
...
How can I click on a row (or cell) and that record is seen separately on a
different worksheet.



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
Suppressing Worksheet Name When Zooming Out bolero Excel Worksheet Functions 1 March 10th 05 01:39 AM
How can I turn of zooming so that users can't change size of work. cwwolfdog Excel Discussion (Misc queries) 2 February 10th 05 02:53 PM
Fill screen with chartobject by zooming? Gunnar Johansson Charts and Charting in Excel 1 December 15th 04 03:41 AM
how do i find the root of an equation using bisection or zooming. morpheus Excel Worksheet Functions 1 November 29th 04 08:44 PM


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