We have a macro that is working fine in windows, but the same is not working in excel for Mac 2011. Found there is an issue with the following code...
Anyone would you please help me to fix.![]()
Dim fso As Object Set fso = CreateObject("Scripting.FileSystemObject") Dim oFile As Object Set oFile = fso.CreateTextFile(ActiveWorkbook.Path & "\preview.html") oFile.WriteLine FullText oFile.Close Set fso = Nothing Set oFile = Nothing
Thanks.
Bookmarks