Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I've used the FormPositioner module from Chip Pearson to position the userforms at a particular place on the spreadsheet. It works great with Excel 2000. But, I found a problem when trying to use the same application with Excel 97. The VBA version in Excel 97 doesn't seem to be able to compile the vbModal argument that follows the frmXXXX.Show statement. Secondly, the userform I had set the StartUpPosition property to 0 - Manual in Excel 2000, somehow got reset to the default 1 - CenterOwner in Excel 97. I can get around these problems by commenting out the vbModal and re-setting the StartUpPosition property on the userform manually to 0 - Manual. However, this seems to mean that I have to have two versions of this application. Is there a way for me to handle this programmatically by using a some branch logic? Related to that question, I have these other questions: 1. Is there a way for me to programmatically check the VBA version that is on a version of Excel? 2. Can I programmatically set the userform StartUpPosition property to 0 - Manual? Thanks in advance *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I save an Excel 97-2003 version or 2007 version for Mac 200 | Excel Discussion (Misc queries) | |||
Wrap Text: Print Version different than Screen Version | Excel Discussion (Misc queries) | |||
Help Required!!! Macro to load data from version 1 to version 2 | Excel Worksheet Functions | |||
Recover earlier version of excel sheet after new version saved? | Excel Discussion (Misc queries) | |||
Problem finding vbModal on users PC | Excel Programming |