Re: Create application to extract data from excel sheet
Hi Philip,
From your description, I understand that when you input a value in the
cell(e.g. cell(2,2)), after you press F5 to run the VSTO project in Debug
mode, you will find that the value in Cell(2,2) is empty.
If I have any misunderstandin g, please feel free to post here.
Based on my test, I can not reproduce the problem.
So far I suggest you create a new VSTO project and input a value in
Cell(2,2) and then press F5 to run the Project to see if the value in
cell(2,2)exists .
Also due to the IDE will try to load many symbols for VSTO projects, after
you press F5, please wait until the cursor is not busy.
Best regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
Hi Philip,
From your description, I understand that when you input a value in the
cell(e.g. cell(2,2)), after you press F5 to run the VSTO project in Debug
mode, you will find that the value in Cell(2,2) is empty.
If I have any misunderstandin g, please feel free to post here.
Based on my test, I can not reproduce the problem.
So far I suggest you create a new VSTO project and input a value in
Cell(2,2) and then press F5 to run the Project to see if the value in
cell(2,2)exists .
Also due to the IDE will try to load many symbols for VSTO projects, after
you press F5, please wait until the cursor is not busy.
Best regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
Comment