Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Timing Problem can someone help please

I have two templates that are communicating between each other, Value
are entered into one template while the other is closed, at the pres
of a button the other template is opened and values from the previou
template are inputted into cells on that template. That would hav
been easy enough if I wanted to stop there...but...I have a userform o
the second template, and I want textboxes on that userform to b
populated with those values that were just inputted, however, I stil
want the userform to be showing after all is said and done (the othe
template should then save and close) leaving the other active. M
first thought (errant) was that I could have the userform linked to th
Workbook_Open() but that didn't work because the userform loaded an
stopped the values from being input in the first place, then I though
(errantly again) that I would do it for a worksheet_Change() that gav
me like four bazillion times it wanted to load the userform (one fo
every value I was inputting). How could I do this so that the userfor
only loads after the values have finished inputting

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 923
Default Timing Problem can someone help please

Control the passing of values from you first template into the second using
code in the second template after it has opended.

So something like this

Open template1
Enter values in template1
Button Event on template1 - to open template2
Open template2
Open workbook event triggers transfer from tempate1 to template2
Close template1
Show user form

Cheers
Nigel

"RPIJG " wrote in message
...
I have two templates that are communicating between each other, Values
are entered into one template while the other is closed, at the press
of a button the other template is opened and values from the previous
template are inputted into cells on that template. That would have
been easy enough if I wanted to stop there...but...I have a userform on
the second template, and I want textboxes on that userform to be
populated with those values that were just inputted, however, I still
want the userform to be showing after all is said and done (the other
template should then save and close) leaving the other active. My
first thought (errant) was that I could have the userform linked to the
Workbook_Open() but that didn't work because the userform loaded and
stopped the values from being input in the first place, then I thought
(errantly again) that I would do it for a worksheet_Change() that gave
me like four bazillion times it wanted to load the userform (one for
every value I was inputting). How could I do this so that the userform
only loads after the values have finished inputting?


---
Message posted from http://www.ExcelForum.com/



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Timing Problem can someone help please

this is a good idea, but I also need to be able to have the secon
template able to open on it's own without importing information. An
this wouldn't accomplish tha

--
Message posted from http://www.ExcelForum.com

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 923
Default Timing Problem can someone help please

It would if you tested for the presence of the first template as part of the
conditions to run the open macro event?

Cheers
Nigel

"RPIJG " wrote in message
...
this is a good idea, but I also need to be able to have the second
template able to open on it's own without importing information. And
this wouldn't accomplish that


---
Message posted from http://www.ExcelForum.com/



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
Timing Conversion problem Help on Excel sheet formula Excel Discussion (Misc queries) 4 April 4th 07 01:01 PM
Advancing Timing lsmft Excel Discussion (Misc queries) 2 April 9th 06 04:04 PM
Timing problem with OnAction! Fred Russell Charts and Charting in Excel 3 October 18th 05 06:11 PM
Timing Chart sveasie Charts and Charting in Excel 1 February 18th 05 02:01 AM
Program timing Christof DB Excel Programming 3 October 24th 03 04:56 PM


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