Hi I have the following conundrum:
I am creating a sheet that collects billing and shipping information and I want to use a check box that will copy the billing information to the shipping information section if the box is checked and delete the shipping information if the box is unchecked.
The simplified idea of the action is
-----------------------------------------
If (E18) on sheet.(Misc Data) = "True" Then
Copy Range C5:N11
Paste.Values C20:N26
If (E18) on sheet.(Misc Data) = "False" Then
Select F20, E22, E24, D26, I26, M26)
Clear.contents
-----------------------------------------
Assistance would be greatly appreciated!,
Have a great week!,
I am creating a sheet that collects billing and shipping information and I want to use a check box that will copy the billing information to the shipping information section if the box is checked and delete the shipping information if the box is unchecked.
The simplified idea of the action is
-----------------------------------------
If (E18) on sheet.(Misc Data) = "True" Then
Copy Range C5:N11
Paste.Values C20:N26
If (E18) on sheet.(Misc Data) = "False" Then
Select F20, E22, E24, D26, I26, M26)
Clear.contents
-----------------------------------------
Assistance would be greatly appreciated!,
Have a great week!,