Show Data Form

  • Thread starter Thread starter David Holtby
  • Start date Start date
D

David Holtby

(Excel 2002),
When I launch the built-in data form from the menu (Data - Form) the
calculated fields are currency/number/date formatted as they are in my
the worksheet.

If I launch the form from VBA (Active.Sheet.ShowDataForm) the
calculated cells have their default USA currency/number/date formats.

Anyone got any suggestions how to get the form to display the desired
formats in the VBA launched Form?

:confused:

David
 
See if opening the form this way helps:

CommandBars.FindControl(, 860).Execute

--
Jim Rech
Excel MVP
|
| (Excel 2002),
| When I launch the built-in data form from the menu (Data - Form) the
| calculated fields are currency/number/date formatted as they are in my
| the worksheet.
|
| If I launch the form from VBA (Active.Sheet.ShowDataForm) the
| calculated cells have their default USA currency/number/date formats.
|
| Anyone got any suggestions how to get the form to display the desired
| formats in the VBA launched Form?
|
| :confused:
|
| David
|
|
| --
| David Holtby
| ------------------------------------------------------------------------
| David Holtby's Profile:
http://www.excelforum.com/member.php?action=getinfo&userid=15404
| View this thread: http://www.excelforum.com/showthread.php?threadid=270137
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top