ggreen86

Results 66 comments of ggreen86

Doug— When I try to rename a sheet in Excel 2016 to ‘History’ I get an error message that History is a reserved name. ![image](https://github.com/ggreen86/XLSX-Workbook-Class/assets/28057069/61f4253d-6582-4468-a69f-d28f0827cea7) Based on this I would...

It might be due to the method of calculation for best fit. I am setting a minimum width of 20 pixels and a maximum based on the value of the...

You need to first execute the system.app file for Win32 support. From: nmossvfp ***@***.***> Sent: Sunday, April 2, 2023 10:35 AM To: ggreen86/XLSX-Workbook-Class ***@***.***> Cc: Subscribed ***@***.***> Subject: [ggreen86/XLSX-Workbook-Class] Trying...

What are you doing to get this message? Please provide me a sample of your code that produces this problem. Greg From: Esox61 ***@***.***> Sent: Friday, August 25, 2023 11:27...

I tried the same program and it successfully opens the selected workbook with no errors and resaves it; note that I made a change to the relative path of the...

I think you need to change the line: goExcel = NEWOBJECT("VFPxWorkbookXLSX", "VFPxWorkbookXLSX.vcx") To goExcel = NEWOBJECT("VFPxWorkbookXLSX", "..\VFPxWorkbookXLSX.vcx") Greg From: Esox61 ***@***.***> Sent: Friday, August 25, 2023 3:03 PM To: ggreen86/XLSX-Workbook-Class...

Not sure what your problem exactly is. I still think you are having a problem with the paths. Try this at the command line: SET PATH TO goExcel = NEWOBJECT("VFPxWorkbookXLSX",...

Hello— I am able to open the form without an error. When I first opened it, it prompted me for the location of the workbook class – I selected the...

I think the version of VFP is your problem. I am using VFP9 SP2. I believe there are features in version 9 that are being used that are not available...

Doug— Can you provide the line number of the places where you are referencing the code that you provided in the original issue report. The code block you reference does...