Hello Seniors,
Attached is the Sample Workbook, starting data from ROW 7 till 26407, - truncated due to 1 MB file size restrictions. Practically there are much higher ROWS 225897 to over a half Million ) in Worksheets - Sheet1
Data starts from Column B through P
Column C having Text Data
Column D having DATE data
Column E having Numeric data
Column F having Text Data
Column P having DATE data
Column A is where I merge text like
![]()
Please Login or Register to view this content.
Following is the macro code to fill/populate rows in column A
This takes about 4 to 8 seconds presently depending on ROWS data.![]()
Please Login or Register to view this content.
Seek Guidance for two aspects
1) Can I reduce the processing time further through transferring data to Arrays and Looping and move/paste data to rows in Column A, as is done presently but through formula filling.
2) I run Timer to measure the time elapsed, but some how the outcome comes in twelve hour format, such that for 5 seconds spent, i get message - 12:00:05 AM. How Can i display this result in simple 00:00:00 format i.e. HH:MM:SS without AM PM ?
Thanks
Bookmarks