Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default how do I get a page 2 with inseted text box

I have a form with a text box in it (inserted where i
cut out some cells). When I get to the last line in the box, how do I get it
to make a "page 2", where the text continues at the top of the text box on
the second page? I need the Second page to be a copy of the first, but with
a blank text box.

  #2   Report Post  
Posted to microsoft.public.excel.programming
JNW JNW is offline
external usenet poster
 
Posts: 480
Default how do I get a page 2 with inseted text box

in the text box change event put the following.(You'll need to change the
references to the textboxes and the multipage and also the limit of digits in
the first textbox).

If len(textbox1) = 255 then
Multipage1.value = 1
textbox2.setfocus
end if

"jeramie" wrote:

I have a form with a text box in it (inserted where i
cut out some cells). When I get to the last line in the box, how do I get it
to make a "page 2", where the text continues at the top of the text box on
the second page? I need the Second page to be a copy of the first, but with
a blank text box.

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 do I populate text from one page to several others? Wtcthsky Excel Worksheet Functions 2 June 8th 09 04:26 AM
Want to dump text written on page 1 to page 2 in excel Moni Excel Worksheet Functions 3 November 2nd 07 07:01 PM
Putting Page Number in last page text DRK Excel Programming 4 December 3rd 05 08:32 AM
text cells end page how split to next. Text lost! Elaine Excel Discussion (Misc queries) 1 August 28th 05 05:48 PM
Can an image be inseted next to text on a button? Robert Hargreaves Excel Programming 1 June 2nd 05 06:13 PM


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