VBA to update 2 Sheets from Data entered in 1 sheet

Sufiyan97

Well-known Member
Joined
Apr 12, 2019
Messages
1,538
Office Version
  1. 365
  2. 2013
Platform
  1. Windows
Sheet 1

Book11
ABCDEFG
1Client Name CodeCompanytax ReturnRemark Status Sent to
2Abc123Xyz1099WorkingMr A
3
4
5
6
7
8
Sheet1


In sheet 2 & 3 I want below fields to be updated from sheet 1 when I run the first code

Sheet2

Client Name = From sheet1
Code = From sheet1
Date = Current Date
Start = Current Time

Book11
ABCDEFGHI
1Client NameCodeDate Billing codeStartEndTotalComment
2
3
4
Sheet2


Sheet3
Date = Current Date
Client = From sheet1
Start time = Start from sheet 2


Book11
ABCDEFG
1DateClientStart timeEnd TimeType of workDescription
2
3
4
5
Sheet3


With 2nd code I want below fields updated

Sheet1
Remark = If possible I want a popup userform to enter remark

Sheet2

End = Current Time
Total = End - Start
Comment = Remark from sheet1

Sheet3
End Time = End from Sheet2
Description = Remark from sheet1
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
In sheet 2 & 3 I want below fields to be updated from sheet 1 when I run the first code
Hello. Only for 1 client? Or it will be a list? If a list - every time will be a new list? Or you will add more clients row by row in sheet 1?
 
Upvote 0
Hello. Only for 1 client? Or it will be a list? If a list - every time will be a new list? Or you will add more clients row by row in sheet 1?

I will add more clients row by row in sheet 1 after completing previous one.
 
Upvote 0

Forum statistics

Threads
1,214,645
Messages
6,120,711
Members
448,984
Latest member
foxpro

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top