Excel – Macro to detect and hide blank rows ShowExcel – Macro to detect and hide blank rows
Issue
Solution
Note
Issue
I want a macro to unhide about 20 blank rows copy values into the top row then hide the remaining rows (some cells have fill though) then the next time it will...
Excel – Macro for copy & paste selected range ShowExcel – Macro for copy & paste selected range
Issue
Solution
Note
Issue
I have a summary of data by month in one sheet and the raw data in another sheet. Instead of creating multiple worksheets for my raw data for each month, I want...
Avoid duplicates in Excel ShowAvoid duplicates in Excel
In order to avoid duplication when encoding in a column from an excel sheet:
take the conditional format on the first cell under the headings (eg A2)
choose the following formula:...
[VBA: VB6] Using excel from another application Show[VBA: VB6] Using excel from another application
Here is a little routine to call Excel from VB6 or another Office application.
Paste in a general module (eg Module1)
In VBA>> Insert>> Module and paste in the window ...
In VB6>>...
I am doing library project but i have a problems. i need VBA condinal copy and paste in to cell. also every time i paste it need to change to another cell every time.