Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default scrolling a sheet with vb

Hi all,

I use a form to fill an excel sheet.

The form appear over the excel sheet.

When someone start with an empty sheet,
he can see the lines that are created.

Bur after 30 lines the data is add but the user cant see it being add.

Is there a way to make the excel sheet scroll.

There is a scroll function but it is not working with sheet.

Any suggestion

regards,
pierre


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default scrolling a sheet with vb

Hi Pierre

Look in the VBA help for

Application.Goto Range("A1000"), scroll:=True

Look also for

ActiveWindow.ScrollRow = 10


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Pierre" wrote in message ...
Hi all,

I use a form to fill an excel sheet.

The form appear over the excel sheet.

When someone start with an empty sheet,
he can see the lines that are created.

Bur after 30 lines the data is add but the user cant see it being add.

Is there a way to make the excel sheet scroll.

There is a scroll function but it is not working with sheet.

Any suggestion

regards,
pierre




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default scrolling a sheet with vb

thanks, it work fine



Ron de Bruin a écrit dans le message ...
Hi Pierre

Look in the VBA help for

Application.Goto Range("A1000"), scroll:=True

Look also for

ActiveWindow.ScrollRow = 10


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Pierre" wrote in message

...
Hi all,

I use a form to fill an excel sheet.

The form appear over the excel sheet.

When someone start with an empty sheet,
he can see the lines that are created.

Bur after 30 lines the data is add but the user cant see it being add.

Is there a way to make the excel sheet scroll.

There is a scroll function but it is not working with sheet.

Any suggestion

regards,
pierre






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
Scrolling too fast on one sheet tearingoutmyhair Excel Discussion (Misc queries) 2 May 5th 06 01:34 PM
One sheet is scrolling 3500 per inch moved tearingoutmyhair Excel Discussion (Misc queries) 2 May 5th 06 12:55 AM
have sheets 2 and 3 scroll the same when scrolling sheet 1? billy boy Excel Discussion (Misc queries) 11 December 14th 05 03:27 PM
have sheets 2 and 3 scroll the same when scrolling sheet 1? billy boy Excel Worksheet Functions 0 November 23rd 05 04:10 PM
Stopping A Sheet From Scrolling mully New Users to Excel 5 June 9th 05 03:38 PM


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