| Thread | Last Post | Replies |
|
| save worksheet then email the saved worksheet | 31 Mar 2008 16:43 GMT | 4 |
Hi, what I'm looking for is a macro that will save a worksheet as a new workbook with whatever customer name in a cell in this said worksheet and then email the new workbook, all by on click. I'm trying to keep this sheet as dummy proof as possible.
|
| Cell to match page footer | 31 Mar 2008 16:36 GMT | 1 |
Can someone please give me the formula for a cell to match what the page header or footer says? Thanks!
|
| Userform sorting data | 31 Mar 2008 16:33 GMT | 4 |
Hi Experts Small problem for you for me its difficult -- the command button - code below Private Sub Add1_Click() Tb99.Value = ActiveSheet.Range("B26")
|
| Moving Files and creating copies | 31 Mar 2008 16:25 GMT | 9 |
FSO.MoveFile With FSO.MoveFile, can you move the files and if they exist write them with a new name. If not how can I do that? Thanks
|
| Cells or Range ? LostFocus | 31 Mar 2008 16:09 GMT | 2 |
Can cells or ranges have a LostFocus function behind it? If not LostFocus is there something that is compatible with this function for Cells or Ranges? Thanks Linda
|
| Excel User Defined function calling RTD | 31 Mar 2008 16:03 GMT | 1 |
I have an Excel user defined function (UDF) lets say udf1 implemented in an XLL. udf1(X) // Excel UDF defined in an XLL taking 1 argument This UDF calls a RTD server using the RTD function with 3 arguments
|
| Conditional Formatting | 31 Mar 2008 16:00 GMT | 1 |
I am looking for a formula that I could add to conditional formatting to highlight groups of rows EVERY OTHER time the value changes in a column, say column C. In my example below if the following values are found in column C, then the rows containing the 460 values, the 493 ...
|
| Multiple Ranges and Find/Replace | 31 Mar 2008 15:54 GMT | 1 |
Could this be shortened to one block with something like, ("clr1", "clr2", ..). Taking it a step further, could the block be replaced with a single find/replace statement? I'm having trouble getting the find/replace syntax correct.
|
| time userform 12:00 changes in 00:05 | 31 Mar 2008 15:25 GMT | 1 |
I have the following problem. In a userform i have a textbox with contain a time value. if i fill in the time value 12:00 and save the time the time i correct given in the excel sheets.
|
| Named Range in 2007 | 31 Mar 2008 15:22 GMT | 5 |
How do you create a Named Range in Excel 2007? childofthe1980s
|
| Formula Array Macro | 31 Mar 2008 15:17 GMT | 5 |
I am trying to create a macro for my personal workbook to use repeately on a spreadsheet I export from one of my DB's. The spreadsheet is alway's formatted the same, but the data table varies in size in the amount of rows. I need to compare and flag rows based on a simple array ...
|
| Automatically saving a file | 31 Mar 2008 15:17 GMT | 2 |
Hi, I wish to save a file which opens with a macro without the "do you wish to replace this file" prompt appearing. File is an update of the scheduled excel spreadsheet from an oracle database. Thanks and regards,
|
| Custom Menu in Excel 2007 | 31 Mar 2008 15:02 GMT | 1 |
Hi I have a number of custom menus that change on diferent worksheets within the one workbook. How can I ensure that my custom menus always appears instead of needing to go to "Add-Ins" each time a different worksheet is
|
| code fails if graph is selected | 31 Mar 2008 14:48 GMT | 6 |
This code fails if a graph on the same sheet is selected (clicking inside the graph) Columns("B:B").Select If I unselect the graph (clicking ouside the graph) then code runs fine.
|
| How do I select "Read Only" | 31 Mar 2008 14:35 GMT | 4 |
I am writing a macro that needs to open another file that is password protected in "Read Only", copy a sheet into my current file and close the file I am copying from. How do I write the string to select "Read Only" from the password window?
|