Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Userform runtime controls & Macs

I've created a form that adds multiple textboxs all with different names,
everything works fine on my windows pc (Excel 2002 sp3), but for a mac user
(Excel 2004 for Mac) excel crashes when they click in one of the textbox to
edit the text.

Set myTextbox = Me.Controls.Add("Forms.TextBox.1", "tb1", Visible)
With myTextbox
.Text = "Test"
.Top = 10
.Left = 6
.Width = 60
End With


Any help would be appreciated.
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
add event to controls added in runtime Brotha lee Excel Programming 1 May 21st 05 10:32 AM
Removing Controls at RunTime? Neily[_3_] Excel Programming 1 November 25th 04 02:17 PM
How to create controls at runtime Andy Chan Excel Programming 3 August 30th 04 10:07 AM
Add Controls With Events at Runtime llowwelll Excel Programming 10 May 24th 04 11:52 AM
creating controls at runtime defj Excel Programming 2 December 2nd 03 07:14 AM


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