Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Help with version control

Hi,

I have the following two additional controls in my
VBE/view/controls toolbox:

1. MS Office Spreadsheet 10.0
2. MS Office Spreadsheet 9.0

I am trying to add the MS Office Spreadsheet 10.0 control
in a user form runtime via vba code. The problem is that,
the control that is generated is of version 9.0. Does
anybody know how to change this. Any help is greatly
appreciated.

My code looks like this:

Private Sub UserForm_Initialize()
Dim oSheet As Control
Set oSheet = Me.Controls.Add("Spreadsheet")
With oSheet
..Width = 220
..Height = 150
..Left = 8
..Top = TopPos + 40
End With
End Sub

thanks in advance,
Sudhakar

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
Using version control in Excel 2003 H-B Excel Discussion (Misc queries) 2 December 25th 10 03:57 PM
Version Control in Excel David Excel Discussion (Misc queries) 4 December 25th 10 03:35 PM
Version Control 2003 vs 2007 Iona Excel Discussion (Misc queries) 1 February 4th 09 08:07 PM
Version Control on Excel Databases scott Excel Discussion (Misc queries) 7 January 24th 07 05:21 PM
Saving Version Control Rob Excel Worksheet Functions 1 August 25th 05 04:48 PM


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