rhino4eva
Active Member
- Joined
- Apr 1, 2009
- Messages
- 262
- Office Version
- 2010
- Platform
- Windows
i work in an Automated laboratory where i have to move data between two pc controlled machines
One machine will accept "*" (stars not the wildcard symbol), the other wont
i need to search a range b6:b101 for any occurance of " a star " and replace it with a "-"
my trouble is i dont know how to get the macro to recognise i dont wont a wildcard
i have tried chr(42) and "*" to no avail it simply replaces all the column with "-"
One machine will accept "*" (stars not the wildcard symbol), the other wont
i need to search a range b6:b101 for any occurance of " a star " and replace it with a "-"
my trouble is i dont know how to get the macro to recognise i dont wont a wildcard
i have tried chr(42) and "*" to no avail it simply replaces all the column with "-"