LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Problem with Parameters In External ODBC Data Queries and Userform

Hi all,

I have a sheet that gets its data from an external data query.
The parameter value of that query is set in cell A1 on the same sheet.
So when I edit cell A1 value and press enter, the sheet refreshes
automatically its data.

Now I build a User form that allows the user to pick a value from a combobox.
I set the combobox change event to the following code:

Set celObjektgruppe = Sheets("Objekte").Range("A1")
celObjektgruppe.Cells(1, 1).Value = Me!ComboBoxObjektgruppe.Value

When the event fires the value of cell A1 reflects the change but the
sheets data won't refresh.

Any ideas how to troubleshoot?

Thanks in advance.

--
Thanks in advance
Bodo
 
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
Parameters In External ODBC Data Queries - "is one of" Michael R Excel Discussion (Misc queries) 0 October 2nd 07 10:52 AM
Acess Queries, Parameters and VBA Problem Goofy Excel Programming 3 October 11th 06 03:16 PM
using odbc, get external data ashaback Excel Programming 1 May 5th 06 12:14 AM
Problem with CPU Usage 100% related to stored external queries David Excel Programming 0 February 4th 06 01:03 AM
Help with External Data Queries Mike Punko Excel Programming 0 October 26th 05 09:19 PM


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