Francois
2010-Nov-16 14:00 UTC
[Wine] Office 2007: can't run vb code from Access (and Excel)
Hi, My config: Debian squeeze Linux 2.6.32-5-686 Dell Latitude E4300 Wine version 1-1-42 I have setup MS-Office 2007 without problem Winecfg gives for the libraries *gdiplus (native) *msvcr80 (native, int?gr?e) *msxml3, 4, 6 (native, int?gr?e) *odbc32 (native, int?gr?e) odbccp32 (native, int?gr?e) riched20 (native, int?gr?e) odbc32 (native, int?gr?e) riched20 (native, int?gr?e) usp10 (native, int?gr?e) My problem is that I can't open existing modules in MS-Access. Nor can I access code in an existing form when open in creation. In Excell Macro have error on ligne that work when run on XP. For example Code: If Not Intersect(ActiveSheet.Range("A18:A41"), ActiveCell) Is Nothing Then Thanks for any suggestions Fran?ois
dimesio
2010-Nov-16 14:33 UTC
[Wine] Re: Office 2007: can't run vb code from Access (and Excel)
Francois wrote:> Hi, > My config: > > Debian squeeze > Linux 2.6.32-5-686 > Dell Latitude E4300 > Wine version 1-1-42 >That version is old. Upgrade to the latest development release.> Winecfg gives for the libraries > *gdiplus (native) > *msvcr80 (native, int?gr?e) > *msxml3, 4, 6 (native, int?gr?e)You shouldn't need any of these for Office 2007.> > My problem is that I can't open existing modules in MS-Access. Nor can I access code in an existing form when open in creation. >Access doesn't work well in plain Wine. If you really need it, try Crossover; they have some hacks to make it work.> > In Excell Macro have error on ligne that work when run on XP. > For example > > Code: > If Not Intersect(ActiveSheet.Range("A18:A41"), ActiveCell) Is Nothing Then > >Retest in current Wine with only the native dlls recommended in the AppDB (usp10 and riched20). If the problem is still there, file a bug.