Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
|
|||
|
|||
![]()
Can someone provide a VBA function to populate 1000's
of cells with a simple expression, for example =RAND()? That is, I want to have a program/macro to populate the cells instead of having to replicate them manually (e.g, by dragging), which is painfully slow for such large numbers of cells. If there is an alternative that is equally fast and easy to use, I would appreciate hearing about it. I would also appreciate step-by-step instructions for how to enter the macro and how to execute it. And since I am interested in an expression involving RAND(), I would appreciate advice on how to prevent re-execution of the macro each time the spreadsheet is recalculated -- other than turning off automatic recalculation. (But if that is the only way, I would appreciate confirmation.) Or is that the norm; i.e, are macros executed only when you invoke them explicitly from the keyboard? I know I should read a book, and I will in time. But I am hoping this is a simple enough request that someone will not mind filling in the blanks sooner than I digest a book. Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Auto populate cells based on 2 cells division. | Excel Discussion (Misc queries) | |||
REVISED ?? - populate limited cells w/ set value | Excel Worksheet Functions | |||
How do I select cells and make the info populate into a form? | Excel Worksheet Functions | |||
Convert data type of cells to Text,Number,Date and Time | Excel Worksheet Functions | |||
how can i select all the cells with same color on a sheet if there are multipale colors by vba code | Charts and Charting in Excel |