Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Malriem
 
Posts: n/a
Default MS Dialog 5.0 sheets - Accessing data elements of objects

Pretty much what i want to do is access data that is typed into a textbox on
a dialog. Now I am not talking about using the controls off of the "Control
Toolbox" menu. I am talking about a dialogsheet. Any ideas? I could do
something like capture each keyboard stroke but that just sounds like alot of
work... must be a property for those little devils,
  #2   Report Post  
Malriem
 
Posts: n/a
Default

Probably should clarify - doing this in MS Excel XP though VBA. Want to save
the textbox data to a string and port all to a formatted word document.
(already figured out the rest, just cant grab the data from the textboxes...)

"Malriem" wrote:

Pretty much what i want to do is access data that is typed into a textbox on
a dialog. Now I am not talking about using the controls off of the "Control
Toolbox" menu. I am talking about a dialogsheet. Any ideas? I could do
something like capture each keyboard stroke but that just sounds like alot of
work... must be a property for those little devils,

  #3   Report Post  
Harald Staff
 
Posts: n/a
Default

That is an EditBox, not a textbox. So

Sub test()
Dim S As String
S = DialogSheets(1).EditBoxes(1).Text
MsgBox S
End Sub

HTH. Best wishes Harald


"Malriem" skrev i melding
...
Pretty much what i want to do is access data that is typed into a textbox

on
a dialog. Now I am not talking about using the controls off of the

"Control
Toolbox" menu. I am talking about a dialogsheet. Any ideas? I could do
something like capture each keyboard stroke but that just sounds like alot

of
work... must be a property for those little devils,



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
Removing blank rows in a worksheet Louise Excel Worksheet Functions 6 May 26th 05 02:21 PM
Multiple worksheet queries liam Excel Worksheet Functions 3 February 16th 05 06:52 PM
Comparing sheets data Vytautas Excel Discussion (Misc queries) 1 February 15th 05 10:01 AM
Linking sheets when sorting row and column data Sean 3DD Excel Worksheet Functions 0 January 5th 05 12:21 PM
Help!: lead sheet data needs to fill appropriate subject sheets carebear Excel Worksheet Functions 0 November 17th 04 07:43 PM


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

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"