Hi...NUB here
Excel Office 2010
so I have a macro that wont work once the workbook is shared. the error is:
Run Time error '1004'
Insert method of Range class failed
The code is:
Sub INSERT_PROJECT()
'
' INSERT_PROJECT Macro
'
'
Range("A2:E10").Select
Range("E10").Activate...