Hi all,
wanna ask you guys is there any method to easily accomplished the following criteria.
lets say cells (1,1) value is "A" manual input.
How can i put the "A" into the code of vba
for example
![]()
range("cells(1,1):C").select my expected result is range("A:C").select
the difficult part is the input value in cells(1,1) is not certain.
Bookmarks