I am trying to work around a language barrier. Because I can't use Arabic in the vba code that I am working with my plan is to associate opinion button responses to specific cells in a worksheet that contains the arabic responses necessary.
My quandry is this; in the following simple code can I replace the specific text that will be entered in the active cell selected with a value taken from a cell within the workbook.
If opb1=True then ActiveCell.Value="Response"
My hope is that I can replace "Response" with a reference to a cell (C4) on a sheet named "List1", which contains an Arabic expression.
I really hope that this is possible I have about 60 of these that need to be done this way......
My quandry is this; in the following simple code can I replace the specific text that will be entered in the active cell selected with a value taken from a cell within the workbook.
If opb1=True then ActiveCell.Value="Response"
My hope is that I can replace "Response" with a reference to a cell (C4) on a sheet named "List1", which contains an Arabic expression.
I really hope that this is possible I have about 60 of these that need to be done this way......