Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 48
Default How can I update the userform?

I have textbox1 to to offset(1,1) and textbox2 to offset(1,2)

I then have a button that moves textbox1 to Offset(1,3) & the currentvalue
of offset(1,3), and then Offset(1,2) is stuffed into offset(1,1) and then
offset(1,2) is stuffed with NULL.

Basically, Offset1,3 is a history of changes to offset1,1, and then I move
2, into 1.

In my userform, how do I refresh this?
I imagine I need to restuff the textboxes with the new values, but this does
not seem to be displayed on the screen.



Thanks
Phil



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default How can I update the userform?

with worksheets("sheet1").Range("B9")
Textbox2.Value = .offset(1,2).Value
Textbox3.Value = .offset(1,1).Value
End With

is a possible guess.

--
Regards,
Tom Ogilvy


"Phillips" wrote in message
news:%Vrvb.68847$Dw6.351175@attbi_s02...
I have textbox1 to to offset(1,1) and textbox2 to offset(1,2)

I then have a button that moves textbox1 to Offset(1,3) & the currentvalue
of offset(1,3), and then Offset(1,2) is stuffed into offset(1,1) and then
offset(1,2) is stuffed with NULL.

Basically, Offset1,3 is a history of changes to offset1,1, and then I move
2, into 1.

In my userform, how do I refresh this?
I imagine I need to restuff the textboxes with the new values, but this

does
not seem to be displayed on the screen.



Thanks
Phil





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
Update one worksheet tab to automatically update all other tabs? shoechic1 Excel Worksheet Functions 1 May 24th 09 03:55 PM
Data Validation lists update orginal cell with list update [email protected] Excel Worksheet Functions 3 July 11th 08 07:56 AM
i want to update one excel file the other one update automaticaly Basant New Users to Excel 1 December 16th 06 12:50 AM
UserForm Update on the Fly Nigel[_4_] Excel Programming 2 October 15th 03 06:23 PM
Date update on data update Chris Thompson Excel Programming 3 August 22nd 03 06:40 PM


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