Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

MSFlexGrid

1,197 views
Skip to first unread message

Johnny Fladstrand

unread,
Jan 21, 2003, 2:19:39 PM1/21/03
to
Hello

I want to use MSFlexGrid in Excel and that is no problem, but the flexgrid
dosn't seem to be a standard component in windows 2000 / Office XP, and then
i can't move the sheet to another computer without installing MSFlexGrid.
Is there a component with the same functions as MSFlexGrid witch is a
standard component in windows.

Best regards
Johnny


Andrea

unread,
Jan 21, 2003, 2:41:55 PM1/21/03
to

We had this same problem with several active X controls,
including MSFlexGrid.
This is what we did:
We put the following in a setup.bat file in folder <X>:
---------------
echo off
copy controls\*.* c:\winnt\system32
c:
cd \winnt\system32
installcontrols
Echo on
Echo "Done"
pause
----------------
Put the following in file called InstallControls in a
folder <X>\Controls
regsvr32 msflxgrd.ocx

The user can run SETUP.BAT from WINDOWS as long as the
path to SETUP.BAT is mapped on their PC. I believe, if not
mistaken, that we actually unregistered all our active X
components in the same file jsut to be certain we had the
right versions.
(I think it would be:
regsvr32 -u msflxgrd.ocx)

HTH
Andrea

>.
>

0 new messages