actually..i have a problem to write a coding for update button in
VB..can u help me convert this formula from lotus.123 to
VB in excel..
this is the formula for "UPDATE" button lotus.123:
Sub Click(Source As Buttoncontrol)
[31W Casing].MoveOrigin $Down,39
[Prod:C47..Prod:C53].Select
Selection.CopyToClipboard
[Prod:E34].Select
Selection.Paste ,False,PasteData + PasteFormulas,,,,
[Window 2].Activate
[Prod:D47..Prod:D53].Select
Selection.CopyToClipboard
[Prod:E47].Select
Selection.Paste ,False,PasteData + PasteFormulas,,,,
[Window 2].Activate
[Prod:G49..Prod:i49].Select
Selection.CopyToClipboard
[Prod:G29].Select
Selection.Paste ,False,PasteData + PasteFormulas,,,,
[Window 2].Activate
[Prod:j49..Prod:j49].Select
Selection.CopyToClipboard
[Prod:w29].Select
Selection.Paste ,False,PasteData + PasteFormulas,,,,
[Window 2].Activate
[Prod:I45].Select
Selection.CopyToClipboard
[Prod:I43].Select
Selection.Paste ,False,PasteData + PasteFormulas,,,,
[Window 2].Activate
[Prod:R47..Prod:S55].Select
Selection.CopyToClipboard
[Prod:T47].Select
Selection.Paste ,False,PasteData + PasteFormulas,,,,
End Sub
can u help me convert this coding to
VB because i want to create same button but in
VB..can u help me plizz
tq