Forum Discussion
hrh_dash
Aug 06, 2022Iron Contributor
Taking reference of the sheet name (from another workbook) based on the inputbox
How do i reference my inputbox as part of the worksheet name of the destination workbook? Below is the code.. Sub copyandpasteTCA()
Dim ws As Worksheet
Dim Destwb As Wo...
HansVogelaar
Aug 06, 2022MVP
Does the code fail? If so, what is the problem exactly?
hrh_dash
Aug 07, 2022Iron Contributor
, now the code works perfectly. Apologies for the false alarm again. I think unknowingly i could have entered an additional character into the input box. Appreciate the response.