| Thread | Last Post | Replies |
|
| Can I have the same variable names in multiple different "forms" inside my personal.xls? | 21 Mar 2008 22:07 GMT | 3 |
Can I have the same variable names in multiple different "forms" inside my personal.xls? In other words in form1 I have a variable called SaveToDesktop adn in form2 I also have a variable called SaveToDesktop.
|
| VBA Open Wkbook Disabling Macros | 21 Mar 2008 21:54 GMT | 9 |
I need to open a workbook with VBA and disable the macros. How would I do this? Workbooks.Open("C:\Documents and Settings\Me\Desktop\New Workbooks\MywkBook.xls")
|
| Save as with Default location | 21 Mar 2008 21:43 GMT | 2 |
Hi. I have the following code, but it doesn't seem to work. I get the dialog box for Save As, but it is not bringing in the default directory I have specified. Any idea what I am doing wrong? Thanks! Sub test()
|
| Calender Activex Help | 21 Mar 2008 21:39 GMT | 1 |
I have drawn a calender on my excel spreadsheet using activeX. I have a sheet for each month, what I am trying to achive is draw a calender on each of the sheets, lets say it is the January sheet that I am looking at. I only want it to show January on the calender and not be able ...
|
| sum every nth cell in a row | 21 Mar 2008 21:23 GMT | 1 |
I am trying to adapt Bob Phillips formula =SUMPRODUCT((B2:B32)*(MOD(ROW(B2:B32)-ROW(B2),n)+1=m)) I have cells, e5,e6,e7,e8,e9,e10,e11,e12,e13,e14,e15, etc I want to sum, e5,e9,e13 etc
|
| List & count unique records | 21 Mar 2008 21:19 GMT | 15 |
I have the following list. 08459087671 08459087673 08465228672
|
| Auto load | 21 Mar 2008 21:16 GMT | 2 |
I have 2 combo boxes in my 12th sheet. The problem is I can't get them to run on the load event of the workbook. I have to manually go in and run each sub so the lists generate in them. How do I get the Wookbook_Open to run those right away?
|
| Setting Vertical Page Breaks | 21 Mar 2008 21:13 GMT | 1 |
I asked this question earlier today, but may have scared people off with how I worded the question. So, is there anyway to set the vertical page break ranges after the print area has been established? I would like set the page break at n51, n91, n131, etc.
|
| Hardcode | 21 Mar 2008 20:18 GMT | 2 |
Hello. Given the following code, how can I have the result of the formulas hardcoded? I tried simply adding .value at the end of each, but that did not work! Thanks! LastRow = Worksheets("Log").Cells(Cells.Rows.Count, "A").End(xlUp).Row
|
| Need to calculate the difference between different pairs of values! | 21 Mar 2008 19:22 GMT | 1 |
Hello! Please help! I have a column with 20 integers, from 1 to 20. Each integer is associated with a value in a second column. These integers represent 20 evenly spaced points along a circle.
|
| Use a spreadsheet to calculate and email an alert? | 21 Mar 2008 17:13 GMT | 1 |
We use a shared spreadsheet to list projects and due dates. One of the columns contains the start date, and one contains the due date,and several columns contain team member names, but nothing automatically alerts anyone to which projects are at the 50% stage and require a ...
|
| HOW TO FIND last cell from activecell? | 21 Mar 2008 15:42 GMT | 5 |
Excel97: in COL A, have say 50 rows 1 to 50. Again have row 70 to 150 another seiral numbers 1 to 80. Suppose if cell A25 is clicked, how to use countA to find the last cell in row 1 to 50.
|
| Declare array | 21 Mar 2008 15:34 GMT | 1 |
How do I declare an array where the upper bound is not known? Thanks
|
| Work-around for blocking of invalid certificates Excel 2007 | 21 Mar 2008 15:22 GMT | 6 |
I have received a workbook with macros in it. I trust the sender and the workbook is signed with a digital signature. However, I receive a security alert informing me that the macros have been disabled because the signature is invalid and cannot be trusted because the issue of ...
|
| modify a form on the fly | 21 Mar 2008 15:21 GMT | 4 |
I have a form with multiple texbox controls. I want the number of these controls to change based on the number of worksheets in the workbook. What I have currently is a form with 36 textbox controls. If I only have 30 worksheets, then the last 6 are hidden. If, however, the ...
|