| Thread | Last Post | Replies |
|
| Marking a range True or False based on a single Checkbox | 28 Feb 2007 15:18 GMT | 2 |
Is it possible to create a checkbox that will mark a range TRUE or FALSE depending on the condition of the checkbox? I have a range of cells i want to mark as true or false dependent on a checkbox in a form. If you link a checkbox to a range it will only change the first
|
| Go straight to next value in a For... Next loop | 28 Feb 2007 15:11 GMT | 7 |
Is there a way of going straight to the next value in a For / Next loop, having tested the current value? I need to do something like this (for example): Dim c as Range
|
| Tough questions | 28 Feb 2007 15:01 GMT | 1 |
here are some problems I found recently and would like some answers 1) The help window in VBA doesn't close. This started recently but cannot get it closed unless I log off. Don't know why 2) Can anything be done to stop Worksheet_Change from recusively being
|
| Verify Accounts | 28 Feb 2007 14:59 GMT | 1 |
I have a spreadsheet where users will enter account numbers in 10 specific rows in a specific column. They will only be able to enter certain accounts. The accounts will be located on a hidden worksheet so the users won't see them.
|
| Auto Open | 28 Feb 2007 14:57 GMT | 3 |
I have a couple of macros in my personal.xls that open when I open excel. However, there are reports that are brought in from another application and opened with excel. When the spreadsheet opens that way, these macros are not available.
|
| A problem when trying to run a dll from Excel / VBA | 28 Feb 2007 14:56 GMT | 2 |
A decade ago, I last ran dlls from the VBA environment. I'm tryin again, and my day of reading, hacking and googling has yeilded only failure for me. When I use Application.Run, it appears that the executable dll is
|
| VBA Code... | 28 Feb 2007 14:43 GMT | 3 |
I want to write a VBA (Excel) code to do the following... Recognise when "Yes" is typed into any cell in column "C" on "sheet1" and then cut that row, and paste it into the first empty row on "sheet2", and finally delete the row on "sheet1".
|
| Sheet Printing order | 28 Feb 2007 14:31 GMT | 1 |
Howdie, I have a macro that loops through all the sheets and prints them - however it prints them in the order they were created, not in the order that they are displayed on the screen. How can I get Excel to print them
|
| COPYnPASTE from one workbook to multiple workbooks in the same fol | 28 Feb 2007 14:23 GMT | 4 |
Could you please tell me how to paste from a single workbook to multiple workbooks in the same folder. I need to copy 5 columns to the same sheet on all the multiple workbooks. I need to copy it after column AN. I am new to programming. Thank you in this regard.
|
| Hide or show data labels depending on value? | 28 Feb 2007 14:23 GMT | 2 |
I have a chart where I would like to either show or hide data labels for individual points depending on the value of the points. Does anyone know of ways of doing this?
|
| Add-In Install | 28 Feb 2007 14:20 GMT | 3 |
How can I install an add-in using vba code. Thank You,
|
| DSN THROUGH ODBC | 28 Feb 2007 14:14 GMT | 1 |
HI! i JUST WANT TO ASK ON HOW TO VIEW DATA FROM A WORKSHEET TO THEIR CORRESPONDING FIELDS IN THE USER FORM AND DELETE DATA FROM A WORKSHEET USING FORM AFTER THE USER HAS BEEN ABLE TO FIND FOR A PARTICULAR DATA BY INPUTTING AN ID NO.
|
| Copy used range | 28 Feb 2007 14:01 GMT | 4 |
I have a workbook containing several sheets; all with varied amounts of data. What I would like to do is to create a dynamic summary page of all the sheets in the workbook, where all the cells are live links to their original locations.
|
| lost .xla | 28 Feb 2007 13:32 GMT | 2 |
i wasn't clear on one of my posts (not the one chip responded to--thx). upon opening excel, i get this message: 'C:\Documents and Settings\mike\my files\test.xla' could not be found. Check the spelling of the file name, and verify that the file location is
|
| POP UP asks values for different cells | 28 Feb 2007 12:29 GMT | 4 |
i've programmed a macro so that a pop up asks for the values that have to be put into a cell this already works : sheets1.cells(1,1) = inputbox("Give value for cell", cells(1,1))
|