I am trying to get a macro that converts Japanese digits to their Roman counterparts but does it only in a specific column. My original version just selected the J column and then Cells.Replace ran just fine on just that column. I have discovered, however, that the users may make the crucial column either J or K, so I changed it to search for the header first, and then select that column. It replaces in the entire sheet, however.
Here's what I've got (I've only given you one digit replacement. The What doesn't display properly because this forum doesn't display Japanese):
I've also tried![]()
Please Login or Register to view this content.
When I step through I do see it find and select the correct column, but it still replaces in the whole sheet.![]()
Please Login or Register to view this content.
I am very confused because according to the documentation as I understand it, the Find Method is inherently limited to the range you call it on.
Anyone out there know how to fix this?
Thank you!
ctap
Bookmarks