Timeline for Create table that lists worksheet visibility
Current License: CC BY-SA 3.0
7 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
May 23, 2017 at 12:41 | history | edited | Community Bot |
replaced http://stackoverflow.com/ with https://stackoverflow.com/
|
|
Mar 2, 2017 at 18:03 | vote | accept | IvenBach | ||
Mar 2, 2017 at 17:52 | comment | added | IvenBach |
Working on getting consistent naming. ASU is/was my shorthand for Application.ScreenUpdating . It's meant to turn it off for the procedure and turn it back on via the variable since it may have been turned on or off prior and I can't be sure which it will be at run-time. rngConstants and rngFormulas are checking for any values that may be overwritten when the table is created. Good catch on Cells . The loop is for writing the information to the table.
|
|
Mar 1, 2017 at 19:25 | comment | added | ThunderFrame | And you can persist Application properties with a class | |
Mar 1, 2017 at 19:18 | comment | added | Mathieu Guindon | You can make a StringBuilder though :) | |
Mar 1, 2017 at 14:47 | history | edited | Raystafarian | CC BY-SA 3.0 |
added 188 characters in body
|
Mar 1, 2017 at 14:41 | history | answered | Raystafarian | CC BY-SA 3.0 |