Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi - a spreadsheet I created is giving an error when another person is
opening the file on their computer. Unfortunately I don't know what the error says, but Im pretty sure that it has something to do with the version of Excel they are using (using Mricrosoft Excel 10 for Mac Release 1). Below is the code that I believe is triggering the error - was wondering if the info I provided would be enough for someone to let me know how I can fix this issue. Any help is appreciate!! Thx - Robert Private Sub Workbook_Open() Dim rng As Range Set rng = Sheets("Proj.Mngt.").Range("I45").End(xlUp).Offset (1, 0) rng.Value = Now() rng.Offset(0, 1) = Application.UserName End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 5.0 release C update | Excel Discussion (Misc queries) | |||
Are you an Excel pre release 12 user?? | Excel Discussion (Misc queries) | |||
Excel 12 New Release | Excel Discussion (Misc queries) | |||
.NET application does not release Excel | Excel Programming | |||
How to release the EXCEL.EXE procedure? | Excel Programming |