Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Problems designing combo boxes in forms in Excel 2003

To anyone who can help me:

I am using the English version of Excel 2003 (Students' and Teachers'
version), running on a Toshiba laptop with Windows XP Media version (Italian)
installed.

I am encountering difficulties using Combo Boxes and List Boxes I have
designed for a spreadsheet that I use for recording my expenses, bank
transactions and budget.

I have designed a form to make it easy to pick dates, amounts and items from
lists, and transfer the choices made to appropriate cells in the spreadsheet.

However, using a Combo Box or Text Box to enter a figure onto the
spreadsheet often causes the program to "hang". I then have to do
Alt-Ctrl-Del and in the task manager window, terminate the application.

Some time ago when this happened, Microsoft determined that I needed to
update Windows and Excel 2003 and led me to one of their sites to enable me
to update, which I duly did. But the problem persists.

I may say that I originally developed this spreadsheet on Windows 98, using
Excel 97. There were no problems except for my programming mistakes which I
corrected as time went by.

But when I started using the old spreadsheet on my new laptop, error
messages suggesting I needed to have MS Access installed appeared. However,
the Students' and Teachers' version of Office 2003 does not include Access.

As a test, I took my Excel 2003 personal finance spreadsheet to work, where
we have a version of XP Professional (English) installed. It worked perfectly.

So I wonder whether there is a compatibility problem between the Italian
version of the operating system (XP Media) and the English version of Excel
2003.

I'd be most grateful for any advice on this problem.

Yours sincerely,

Michael Ivy
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Problems designing combo boxes in forms in Excel 2003

It is unclear what led you to believe that Access must be installed. Are you
using a control in your userform that is distributed with Excel, like the
Calendar control?

--
Regards,
Tom Ogilvy


"Mikhalis" wrote:

To anyone who can help me:

I am using the English version of Excel 2003 (Students' and Teachers'
version), running on a Toshiba laptop with Windows XP Media version (Italian)
installed.

I am encountering difficulties using Combo Boxes and List Boxes I have
designed for a spreadsheet that I use for recording my expenses, bank
transactions and budget.

I have designed a form to make it easy to pick dates, amounts and items from
lists, and transfer the choices made to appropriate cells in the spreadsheet.

However, using a Combo Box or Text Box to enter a figure onto the
spreadsheet often causes the program to "hang". I then have to do
Alt-Ctrl-Del and in the task manager window, terminate the application.

Some time ago when this happened, Microsoft determined that I needed to
update Windows and Excel 2003 and led me to one of their sites to enable me
to update, which I duly did. But the problem persists.

I may say that I originally developed this spreadsheet on Windows 98, using
Excel 97. There were no problems except for my programming mistakes which I
corrected as time went by.

But when I started using the old spreadsheet on my new laptop, error
messages suggesting I needed to have MS Access installed appeared. However,
the Students' and Teachers' version of Office 2003 does not include Access.

As a test, I took my Excel 2003 personal finance spreadsheet to work, where
we have a version of XP Professional (English) installed. It worked perfectly.

So I wonder whether there is a compatibility problem between the Italian
version of the operating system (XP Media) and the English version of Excel
2003.

I'd be most grateful for any advice on this problem.

Yours sincerely,

Michael Ivy

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Problems designing combo boxes in forms in Excel 2003

Dear Tom,

Thanks very much for your reply. No, as far as I am aware, I am only using
controls supplied with Excel: those which appear in VBA mode when you design
a form.

The problem with Access was some time ago, when I was using a version of the
spreadsheet which I had developed on an older computer running Windows 98 SE
and which was part of the Microsoft Office 97 suite.

Now I am using Excel 2003 and have redesigned the Excel workbook from
scratch. When the program hangs, there are no error messages; the program
just refuses to respond.

The program does not seem to like accepting numbers, especially with decimal
separators.

I'd be very grateful for any help on this one.

Yours,

Mikhalis
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Problems designing combo boxes in forms in Excel 2003

I would look in the temp directory and any subordinate directories of the
temp directory and delete and files with the extension .exd.

C:\Documents and Settings\OgilvyTW\Local Settings\Temp\

C:\Documents and Settings\OgilvyTW\Local Settings\Temp\VBE

C:\Documents and Settings\OgilvyTW\Local Settings\Temp\Excel8.0

are examples where I would look on my computer.

--
regards,
Tom Ogilvy




"Mikhalis" wrote:

Dear Tom,

Thanks very much for your reply. No, as far as I am aware, I am only using
controls supplied with Excel: those which appear in VBA mode when you design
a form.

The problem with Access was some time ago, when I was using a version of the
spreadsheet which I had developed on an older computer running Windows 98 SE
and which was part of the Microsoft Office 97 suite.

Now I am using Excel 2003 and have redesigned the Excel workbook from
scratch. When the program hangs, there are no error messages; the program
just refuses to respond.

The program does not seem to like accepting numbers, especially with decimal
separators.

I'd be very grateful for any help on this one.

Yours,

Mikhalis

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Problems designing combo boxes in forms in Excel 2003

Thank you very much Tom. I will try your suggestion and get back to you.

Yours,

Mikhalis

"Tom Ogilvy" wrote:

I would look in the temp directory and any subordinate directories of the
temp directory and delete and files with the extension .exd.

C:\Documents and Settings\OgilvyTW\Local Settings\Temp\

C:\Documents and Settings\OgilvyTW\Local Settings\Temp\VBE

C:\Documents and Settings\OgilvyTW\Local Settings\Temp\Excel8.0

are examples where I would look on my computer.

--
regards,
Tom Ogilvy




"Mikhalis" wrote:

Dear Tom,

Thanks very much for your reply. No, as far as I am aware, I am only using
controls supplied with Excel: those which appear in VBA mode when you design
a form.

The problem with Access was some time ago, when I was using a version of the
spreadsheet which I had developed on an older computer running Windows 98 SE
and which was part of the Microsoft Office 97 suite.

Now I am using Excel 2003 and have redesigned the Excel workbook from
scratch. When the program hangs, there are no error messages; the program
just refuses to respond.

The program does not seem to like accepting numbers, especially with decimal
separators.

I'd be very grateful for any help on this one.

Yours,

Mikhalis



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Problems designing combo boxes in forms in Excel 2003

Dear Tom Ogilvy,

Could this be a possible file to delete:

RefEdit.exd

In C:\Documents and Settings\Mikhalis\Application Data\Microsoft\Forms

Is it safe to delete it? What do *.exd files do?

Kind regards and thanks once again,

Mikhalis
  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Problems designing combo boxes in forms in Excel 2003

I'm not Tom...

But I closed excel
Renamed that file to RefEdit.exdXXXX
And restarted excel
then I added a userform and a refedit box to that userform.

There was a new RefEdit.exd file added to that folder.

So you can delete it if you want, but excel will put it back when it needs it.




Mikhalis wrote:

Dear Tom Ogilvy,

Could this be a possible file to delete:

RefEdit.exd

In C:\Documents and Settings\Mikhalis\Application Data\Microsoft\Forms

Is it safe to delete it? What do *.exd files do?

Kind regards and thanks once again,

Mikhalis


--

Dave Peterson
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
User Forms - Combo Boxes Michael Excel Dude Excel Discussion (Misc queries) 2 September 3rd 06 10:41 PM
Combo and list boxes headers in excel 2003. John Murray Excel Programming 0 August 30th 06 08:11 AM
Help with combo boxes and macros in Excel 2003 Carrie Excel Discussion (Misc queries) 3 May 18th 06 08:24 PM
MS Excel 2003 Combo Boxes RFS1996 Excel Programming 1 April 17th 06 05:04 PM
Excel forms And combo boxes Rob Excel Programming 4 August 24th 05 11:14 AM


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