Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.55K
~16.6K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for daskeyboard

[QUOTE=Wolfskind;148471]:) Dim xlsApp As Excel.Application Dim xlsWB As Excel.Workbook Dim xlsSheet As Excel.Worksheet Dim xlsCell As Excel.Range Dim xlsDatei As String xlsApp = New Excel.Application xlsApp.Visible = True xlsWB = xlsApp.Workbooks.Open(Path) xlsSheet = xlsWB.Worksheets(1) xlsCell = xlsSheet.Range("A1") Greetings from Wolfskind[/QUOTE] I have use this code. But I resive runtime errow …

Member Avatar for kvprajapati
-2
17K

The End.