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


I need to scroll worksheet while using my data entry userform. How Can I
do that? Please help me.


--
rahul25
------------------------------------------------------------------------
rahul25's Profile: http://www.excelforum.com/member.php...o&userid=28899
View this thread: http://www.excelforum.com/showthread...hreadid=486468

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 923
Default Scrolling worksheet

The following will select the entire row, change the value xr to the row
required, by this method as you pass new values in xr the sheet shows a
horizontal scroll bar highlighting the row.....

Rows(xr).EntireRow.Select

You can also do it for columns by using ....

Columns(xc).EntireColumn.Select



--
Cheers
Nigel



"rahul25" wrote in
message ...

I need to scroll worksheet while using my data entry userform. How Can I
do that? Please help me.


--
rahul25
------------------------------------------------------------------------
rahul25's Profile:

http://www.excelforum.com/member.php...o&userid=28899
View this thread: http://www.excelforum.com/showthread...hreadid=486468



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default Scrolling worksheet

Hi Rahul25,

Show the userform non-modally, e.g:

'===========
Public Sub Tester
UserForm1.Show (False)
End Sub

'<<===========

---
Regards,
Norman



"rahul25" wrote in
message ...

I need to scroll worksheet while using my data entry userform. How Can I
do that? Please help me.


--
rahul25
------------------------------------------------------------------------
rahul25's Profile:
http://www.excelforum.com/member.php...o&userid=28899
View this thread: http://www.excelforum.com/showthread...hreadid=486468



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Scrolling worksheet


Thank you guys. I belive I got it already what I was asking. I need just
make false to "showmodel" in the userform properties. Thankyou guys.


--
rahul25
------------------------------------------------------------------------
rahul25's Profile: http://www.excelforum.com/member.php...o&userid=28899
View this thread: http://www.excelforum.com/showthread...hreadid=486468

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
how to activate the scrolling within the worksheet? sridhar Excel Discussion (Misc queries) 0 July 24th 08 10:08 AM
How do I stop a worksheet from scrolling? rcomer123 Excel Worksheet Functions 4 April 18th 08 02:22 AM
Stop scrolling on 1 worksheet Ollie Excel Discussion (Misc queries) 6 January 1st 08 02:58 AM
Automatically scrolling to top of worksheet VanS Excel Worksheet Functions 0 May 25th 05 06:50 PM
Scrolling Marquee in a worksheet. Fred Excel Programming 0 May 21st 04 10:52 PM


All times are GMT +1. The time now is 06:33 AM.

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"