I want to put filter for empty cells in this excel and copy the L1 cell value and paste it in rest of the empty cells in L column

Suggest a macro to copy and paste the L1 values into empty cells of the L column

@Gopi_Krishna1

you can use read cell to read the data from L1

then use find/replace activity and give Type.Missing in value to find and replace all with value returned from L1

cheers

Hi @Gopi_Krishna1

Input:
image

Macros code text file Path:
Filter Macros.txt (824 Bytes)

Change the Sheet Name Accordingly

Output:
image

Regards

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.