| Thread | Last Post | Replies |
|
| Generating HTML from Excel | 25 Jan 2006 05:04 GMT | 1 |
I love Excel and the flexiblity of the forms - I was hoping there was a way I could create simple html pages after completing an Excel form. Is it feasible :confused: or am I barking up the wrong tree? I know Excel probably isn't ideal but most of the HTML would be already
|
| Sort from row 4 down | 25 Jan 2006 03:24 GMT | 2 |
Why won't this sort the range below row 3, or in other words, the first 3 rows have data, so the sort will start in row 4 and go down. Columns("A:J").Select
|
| how to round a cell value in formula | 25 Jan 2006 03:10 GMT | 1 |
If a cell contains a value such as 4.13, but in a formula I want to use the rounded value which would be 4, how do I do that?
|
| How to see how many lines of code ? | 25 Jan 2006 03:01 GMT | 3 |
Is it possible to se how many lines of code that I have written in design mode ?
 Signature Mit fotoalbum
|
| Maximise Box | 25 Jan 2006 02:33 GMT | 5 |
I am having trouble maximising my workbook. In the top right hand corner, there is the minimise, maximise and close. For some reason on this on this particular workbook it is missing. Would anyone know the reason why?
|
| Read cell value with a macro | 25 Jan 2006 02:26 GMT | 1 |
I tried to record a macro to read the cell value of the active cell. The macro recorded the actual value of the cell I had selected at the time. So if I select a different cell and run the macro it still reads the same constant value as when I recorded it the first time. Example:
|
| Moving Parsed Text from Rows to Columns | 25 Jan 2006 02:15 GMT | 3 |
I have thousands of rows of parsed text in single rows. What I have been asked to do is now take part of each row (starting at column F) and data in each of the next cells (the number of cells varies from row to row) and copy if down into inserrted rows.
|
| select range and put range address in variable | 25 Jan 2006 01:28 GMT | 2 |
Through a command button in a user form, I want to ask a user to select a group of cells(range). The user selects the cells. I would like to retrieve the address of that range and place it in a variable. Mary
|
| How do I display numbers as feet AND inches, as in x'x" ? | 25 Jan 2006 01:21 GMT | 2 |
How do I get cells to display in feet and inches using the x'x" format? For instance, instead of 16", display 1'4" . or, instead of 2.5', display 2'6" I've tried to write my own custom number format to no avail, since I can't figure out how to get a custom format to perform ...
|
| Simple VB code | 25 Jan 2006 01:08 GMT | 3 |
Im trying to write a simple macro with a checkbox, so when i click a checkbox a number is added to another number. So for example when i select a checkbox i want the number 5 to be added to a number in another cell on my spreadsheet.
|
| How to get network drive mapping | 25 Jan 2006 00:58 GMT | 1 |
In an excel macro, I need to list all the drives available to a user and if the drive is a network drive, then I need to list its mapping string eg \\finance\restructre Please can some one help, thanks in advance
|
| changing font type in a footer | 25 Jan 2006 00:40 GMT | 5 |
I found VBA code that would place a cell's contents into the footer: With wkSht.PageSetup .CenterFooter = wkSht.Range("F1").Value End With
|
| Excel Window | 25 Jan 2006 00:06 GMT | 3 |
I'm looking for the API Calls for the excel window to be hidden however I still want the userforms to come up on the screen. If anybody can help me that would be greatly appreciatly. Jason
|
| Two Way Cell Value Connection A1->C1 and C1->A1 | 24 Jan 2006 23:47 GMT | 7 |
I am wondering if anyone knows a visual basic method to update the values of two cells in visual basic so one is equal to the other if it changes. For example, if I change A1 to be "5" I want C1 to be updated to "5"
|
| Excel VBA Challenge: Creating a callout with exact location | 24 Jan 2006 23:44 GMT | 3 |
Hey all, I have a table (duh, excel!). I have created a small script: If you right click any cell of that table, an entry "Insert Comment" in the context menu appears. I want the action of that entry to create a
|