Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 16
Default Missing Control In Addin

I was using a DataGrid to display an ADO recordset in on a form in an Excel
2003 Add-in. I upgraded to Excel 2007 and the Datagrid is now gone. When I
try to put a datagrid on the form, I get an error message. Does anyone know
way this happened and how to fix it.
--
SteveB
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Missing Control In Addin

Add it to your Toolbox. Rt-click, Additional controls

If it doesn't work, "not trusted", see here

http://support.microsoft.com/kb/957924

Regards,
Peter T

"SteveB" wrote in message
...
I was using a DataGrid to display an ADO recordset in on a form in an Excel
2003 Add-in. I upgraded to Excel 2007 and the Datagrid is now gone. When I
try to put a datagrid on the form, I get an error message. Does anyone
know
way this happened and how to fix it.
--
SteveB



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 16
Default Missing Control In Addin

Thanks, Did get the "not trusted"; briefly read the referenced doc and it
looks very promising....
--
SteveB


"Peter T" wrote:

Add it to your Toolbox. Rt-click, Additional controls

If it doesn't work, "not trusted", see here

http://support.microsoft.com/kb/957924

Regards,
Peter T

"SteveB" wrote in message
...
I was using a DataGrid to display an ADO recordset in on a form in an Excel
2003 Add-in. I upgraded to Excel 2007 and the Datagrid is now gone. When I
try to put a datagrid on the form, I get an error message. Does anyone
know
way this happened and how to fix it.
--
SteveB




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Missing Control In Addin

I Have same issue but I cant seem to find "Rt-click" as one of the avaible
controls. I am using Excel 2007

"Peter T" wrote:

Add it to your Toolbox. Rt-click, Additional controls

If it doesn't work, "not trusted", see here

http://support.microsoft.com/kb/957924

Regards,
Peter T

"SteveB" wrote in message
...
I was using a DataGrid to display an ADO recordset in on a form in an Excel
2003 Add-in. I upgraded to Excel 2007 and the Datagrid is now gone. When I
try to put a datagrid on the form, I get an error message. Does anyone
know
way this happened and how to fix it.
--
SteveB




  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Missing Control In Addin

I shouldn't have said Rt-Click!

In 2007, Developer tab, Insert, ActiveX controls, click "More Controls" with
a toolbox icon on bottom right.

Regards,
Peter T

"Mr. GetRight" wrote in message
...
I Have same issue but I cant seem to find "Rt-click" as one of the avaible
controls. I am using Excel 2007

"Peter T" wrote:

Add it to your Toolbox. Rt-click, Additional controls

If it doesn't work, "not trusted", see here

http://support.microsoft.com/kb/957924

Regards,
Peter T

"SteveB" wrote in message
...
I was using a DataGrid to display an ADO recordset in on a form in an
Excel
2003 Add-in. I upgraded to Excel 2007 and the Datagrid is now gone.
When I
try to put a datagrid on the form, I get an error message. Does anyone
know
way this happened and how to fix it.
--
SteveB








  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Missing Control In Addin

Ok, i looked through the entire list and dont see anything about a datagrid
on it. Is getting the upgrade that was posted on the support link the way to
go to get the datagrid?

"Peter T" wrote:

I shouldn't have said Rt-Click!

In 2007, Developer tab, Insert, ActiveX controls, click "More Controls" with
a toolbox icon on bottom right.

Regards,
Peter T

"Mr. GetRight" wrote in message
...
I Have same issue but I cant seem to find "Rt-click" as one of the avaible
controls. I am using Excel 2007

"Peter T" wrote:

Add it to your Toolbox. Rt-click, Additional controls

If it doesn't work, "not trusted", see here

http://support.microsoft.com/kb/957924

Regards,
Peter T

"SteveB" wrote in message
...
I was using a DataGrid to display an ADO recordset in on a form in an
Excel
2003 Add-in. I upgraded to Excel 2007 and the Datagrid is now gone.
When I
try to put a datagrid on the form, I get an error message. Does anyone
know
way this happened and how to fix it.
--
SteveB





.

  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Missing Control In Addin

First of all let me clear up how to access the controls, having given two
different ways -

Worksheet ActiveX:
In 2007, Developer tab, Insert, ActiveX controls, click "More Controls" with
a toolbox icon on bottom right.

In 97-2003, in the Control Toolbox toolbar, click "More Controls" with a
toolbox icon on bottom right.

VBE, Userform, all versions:
Activate a userform, normally the Toolbox window appears (if not do View,
Toolbox), rt-click over the Controls tab, Additional Controls.


Regarding your missing datagrid control, certainly download and install the
update via the link I referred you too. Even if you already have the latest
version reinstalling should ensure the controls are correctly registered.
You should be looking for "Microsoft Datagrid Controls 6.0 (SP6)..."

You might check version before and after: In your system folder (typically
System32 depending on OS) look for MSDatGrd.ocx, right-click and look at the
version tab, it should be 6.1.98.16 (as of date of this post).

Another thing you might need to do in 2007 is look at -
Excel Options, Trust Center, Trust Center Settings, ActiveX Settings

Regards,
Peter T


"Mr. GetRight" wrote in message
...
Ok, i looked through the entire list and dont see anything about a
datagrid
on it. Is getting the upgrade that was posted on the support link the way
to
go to get the datagrid?

"Peter T" wrote:

I shouldn't have said Rt-Click!

In 2007, Developer tab, Insert, ActiveX controls, click "More Controls"
with
a toolbox icon on bottom right.

Regards,
Peter T

"Mr. GetRight" wrote in message
...
I Have same issue but I cant seem to find "Rt-click" as one of the
avaible
controls. I am using Excel 2007

"Peter T" wrote:

Add it to your Toolbox. Rt-click, Additional controls

If it doesn't work, "not trusted", see here

http://support.microsoft.com/kb/957924

Regards,
Peter T

"SteveB" wrote in message
...
I was using a DataGrid to display an ADO recordset in on a form in an
Excel
2003 Add-in. I upgraded to Excel 2007 and the Datagrid is now gone.
When I
try to put a datagrid on the form, I get an error message. Does
anyone
know
way this happened and how to fix it.
--
SteveB





.



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
Missing CommandBarPopup when Moving Vista developed Excel Addin to XP machine Ed Sowell Excel Programming 0 January 28th 09 01:02 AM
Calendar Control missing Dan Excel Programming 2 April 17th 07 08:25 PM
Calendar Control Addin FCC[_17_] Excel Programming 0 July 4th 06 08:13 AM
Control Tab from Combo box- format control missing!! Mo Excel Discussion (Misc queries) 3 January 7th 05 01:09 PM
COM addin call missing ken Excel Programming 0 July 22nd 03 03:39 PM


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