tucsondonpepe
New Member
- Joined
- Jan 30, 2022
- Messages
- 43
- Office Version
- 365
- Platform
- Windows
- Web
Hi,
I am trying to strip the quotation marks on a page.
I used the following in a subroutine, Range("A10") = Right(Range("A10"), Len(Range("A10")) - 1), to remove one quotation mark and received the following error message.
.
I would appreciate your help. Thank you.
Joe
I am trying to strip the quotation marks on a page.
I used the following in a subroutine, Range("A10") = Right(Range("A10"), Len(Range("A10")) - 1), to remove one quotation mark and received the following error message.
I would appreciate your help. Thank you.
Joe