srikanth58
Board Regular
- Joined
- Jun 8, 2006
- Messages
- 58
Hi,
I have two worksheets, DataEntry and DataSheet
'DataEntry' has two named ranges
A1:A10 ---- 'xxx' and A15:A25 ---- 'yyy'
The ranges have formula e along with user input figures.
Can you please help me with VBA,
With a command button I want to transfer range ('xxx' and 'yyy') VALUES to next available row starting from A1:A20 in 'DataSheet'.
Once data is transferred clear ONLY VALUES (not formula e) from named ranges in DataEntry sheet, ready for next data entry.
Now clear or delete is removing formula e too, and inconsistent data is entered in DataSheet.
Thanks in advance
I have two worksheets, DataEntry and DataSheet
'DataEntry' has two named ranges
A1:A10 ---- 'xxx' and A15:A25 ---- 'yyy'
The ranges have formula e along with user input figures.
Can you please help me with VBA,
With a command button I want to transfer range ('xxx' and 'yyy') VALUES to next available row starting from A1:A20 in 'DataSheet'.
Once data is transferred clear ONLY VALUES (not formula e) from named ranges in DataEntry sheet, ready for next data entry.
Now clear or delete is removing formula e too, and inconsistent data is entered in DataSheet.
Thanks in advance