Wednesday, 31 January 2024

Monday, 11 September 2023

Monday, 7 August 2023

Monday, 24 January 2022

How to create Floating button in Excel through a conditions

 If you want to create floating button in excel then click here

Wednesday, 29 December 2021

Check if Multiple Cell is Blank or Empty

 To check if a cell is empty you can use VBA's ISEMPTY function. In this function, you need to use the range object to specify the cell that you want to check, and it returns true if that cell is empty, otherwise false.The steps to inspect whether multiple cells are empty or not in Excel using VBA . Click here to view vba code

Thursday, 25 November 2021