Thanks for your message
It is working in that sheet perfectly, But when I transfer to my original datasheet then it is not showing proper results as there is many different colours and structure of data.
Can you please suggest some other code or excel formula to get the results.
Hi
In the attached sheet sum by colour is not working or not giving proper results by using the below VBA Code
Example in cells BS6 and BR33 sum value should be 100 but there is 99
Likewise many cells different values are there.
Can anyone check and correct the code or guide me on what's the...
I assume that Day Partial start time and end time are fixed.
I split the start and end time
Download the file and select the client name then press [ Fill The "N" ]
It will fill the "N" Column until Zero.
Let me know the results are correct by checking with many clients
Select one client...
Boss,
Manually press Ctrrl+F and replace is working in seconds.
When I added in the code
Kgs = ""
Ltrs = ""
Nos = ""
Blanks = "0"
Then For Loop
it is taking couple of minutes.
Hi
Some part of the below code I created by macro recording and it is taking a couple of minutes to run the code. Is there any alternative way to reduce the time.
Expecting your valuable reply.
Option Explicit
Sub Simple_For()
Dim Startrow As Byte
Dim LastRow As Long
Dim i As...
Dear Vletm
I changed the code for copy-paste as below. now it is working fine.
Range("A" & i).Offset(-1, 0).Copy Range("A" & i)
Thanks for your support.
Dear Vletm
Thanks for your valuable reply.
After steps 1 & 2 it has changed 02-Jan-2020 where our expected result is 01-Feb-2020, because of it's format 2/1/2020
The original exported file has 01-02-2020 in A8 after running the code it becomes 01-Feb-2020
After that, I just used offset and...
Without those formulas, it is working fine. See the below screenshot.
I used that formula in A8 for my other requirements
https://www.dropbox.com/s/vro068mimp0cp1x/LOG%20BOOK%202020.xlsm?dl=0