Forum Discussion
Excel Error (Microsoft Visual Basic)
- Jan 19, 2021
mtarler it turns out that when moving the corrupted Excel file to another location within the network drive, it worked and the errors went away. I think it's possible due to the fact that the location of where the user had this file windows couldn't detect it as the file path was longer than 250 characters
cam909 since it is a macro enabled sheet I would open the VBA editor (alt-F11) and then find out what line or subroutine the error is happening (assuming it is happening in a macro). That should help find the problem.
- cam909Jan 19, 2021Copper Contributor
mtarler it turns out that when moving the corrupted Excel file to another location within the network drive, it worked and the errors went away. I think it's possible due to the fact that the location of where the user had this file windows couldn't detect it as the file path was longer than 250 characters