Hi all,
The workbook I am using has a few add-ins with their own code hidden away. By chance, if I happen to use one of the variable names already declared within those, will I run into trouble?
I am currently declaring variables by;
![]()
Option Explicit Sub sample() Dim var_name As Integer 'Code End Sub
Thanks
Bookmarks