| Thread | Last Post | Replies |
|
| Group data in pivot using VBA | 11 Dec 2006 16:40 GMT | 2 |
In Excel, we can group data in a field, for example: We can group A1, A2, A2 as List_of_1. Is there a way to do this via VBA? I have a lot data points to group and I want to automate the process.
|
| E-mail Files From Files | 11 Dec 2006 16:23 GMT | 2 |
Is there any VBA coding that will allow me to e-mail a file from within that file? I want to be able to put a button in an excel file that will let me e-mail the file it is in to a list of pre-assigned e-mail addresses.
|
| For Ron de Bruin | 11 Dec 2006 16:20 GMT | 1 |
Excel XP & Win XP Ron I was perusing your email code in: www.rondebruin.nl/mail/folder1/mail2.htm
|
| I need example code. Need a large Math (times X) table. | 11 Dec 2006 15:06 GMT | 8 |
I'm wanting very much to make a large times table. But, when I click-drag the corner of the cell over, it will repeat the formula that multiplies the same cells over and over again, not the next one in sequence.
|
| Open file with VBA | 11 Dec 2006 14:14 GMT | 4 |
Excel XP & Win XP I know how to open an Excel Workbook file. What I want to do is open a non-Excel file when I know the full file name: "C:\ThePath\FileName.xxx"
|
| New to Microsoft Treeview Control | 11 Dec 2006 13:59 GMT | 4 |
Noticed on the Controls Toolbox (for the first time) a button labeled "More Controls". When I click on this, it shows me a list of 200+ other controls - one of which is Microsoft Treeview Control. I selected this and put it on my worksheet. But looking at its
|
| Create multiple workbooks from a single Excel spreadsheet | 11 Dec 2006 13:10 GMT | 2 |
Can someone help me with a Macro to create multiple workbooks from a single Excel spreadsheet?The data on the spreadsheet is similar to the following: A B C
|
| Vlookup Cannot Find a Particular Date in a Range? | 11 Dec 2006 12:53 GMT | 1 |
When I use a Vlookup function in VBA to search the record entry dates from a range, it cannot find the record and just returns the run-time error. I am sure that the particular dates exist in the range since I have used Countif in VBA and Vlookup in worksheet to test if it ...
|
| Question on Graph XLGraphType | 11 Dec 2006 12:44 GMT | 1 |
I've built the following function to create graphs (based on other functions I've seen online): Public Function AddChartObject(objWs As Worksheet, intLeft As Integer, _ intTop As Integer, intWidth As Integer, intHeight As Integer, _
|
| Application Sendkey (when value selected) | 11 Dec 2006 12:39 GMT | 2 |
Hi Got the code from this forum (By Ron) how can i define a action after the Application.SendKeys ("%{DOWN}") procedure i mean i want when the value is selected from the DV list by the user, then
|
| object or array ? | 11 Dec 2006 12:35 GMT | 3 |
I have a sheet in which i have several columns. for example, column A contains "publisher name", column B contains "software name" and column C contains "version" i would like to scan all records of this sheet and store result in some
|
| name sheet | 11 Dec 2006 11:44 GMT | 3 |
is it possible to use a private sub to change the name of a worksheet as soon as a specific cell is changed (cell value must be part of the sheet name) thanks in advance
|
| SelectionChange code will ONLY work if cell is Selected AGAIN. Need to work once cell in no longer selected | 11 Dec 2006 11:42 GMT | 3 |
~~~~~~~~~~~~~~~~~~~~~~~~~ Private Sub Worksheet_SelectionChange(ByVal target As Range) Const WS_RANGE1 As String = "C11,C15,F11,F15,I11,I15,L11,L15,O11,O15,R11,R15,U11,U15"
|
| Value Issue | 11 Dec 2006 11:16 GMT | 2 |
I have a value in cell A1. The format of cell is General. Now using a function I am checking if the value is >= 0.35 like below... sub test()
|
| Value Issue | 11 Dec 2006 11:01 GMT | 1 |
I have a value in cell A1. The format of cell is General. Now using a function I am checking if the value is >= 0.35 like below... sub test()
|