| Thread | Last Post | Replies |
|
| Dynamic Creation of list box on excel sheet and handling events | 18 Jan 2007 09:39 GMT | 3 |
i m a SAP developer and i m developing one interface where data maintanance of SAP will be done through EXCEL. I am new in EXcel/VBA. I wanted to create one list box in each data row of the excel dynamically and also wnated that list box events shd also
|
| ADO get data from Oracle by SQL field type missmatch | 18 Jan 2007 09:36 GMT | 5 |
I try to set relation between A.Line_id field type = Double vs. B.Reference_3 field type = String, it's not work. Here the Sample:- strseparate = Chr(13) & " " & Chr(10)
|
| Excel COM application hangs on Workbooks.Open | 18 Jan 2007 09:27 GMT | 1 |
Hi there. This is my first time posting on this forun, but I have read through much of the content, and I feel good about the participants. Here is my problem... I have written Excel Automation code to create import templates for
|
| paste special all and column widths | 18 Jan 2007 09:22 GMT | 2 |
i've been looking around why the all paste type does not include column widths, shouldn't it be "all except for column widths", any good reason for this? thanks!
|
| Random Tab Color on sheet creation. | 18 Jan 2007 06:14 GMT | 3 |
Hi, below I have the code I use to make a new sheet using a list for the names. Is there a way I can integrate code that will change the color of the sheet tab randomly upon creation of the sheet? Thanks!
|
| Code won't Fire | 18 Jan 2007 05:47 GMT | 3 |
This is on Sheet 6 Option Explicit Private Sub Worsksheet_Change(ByVal Target As Range) Call Missing
|
| Extract Numbers From String | 18 Jan 2007 05:37 GMT | 4 |
I have a field formatted like the following: 2340/LEFT EYE BLINDNESS, 2341/CAP PRES- 2340/LEFT EYE BLINDNESS, 2341/CAP PRES- 2340/LEFT EYE BLINDNESS, 2341/CAP PRES-
|
| Making a Message Box appear on top of all other windows | 18 Jan 2007 05:04 GMT | 5 |
I am trying to set up a reminder box to pop-up via excel. This is currently working using OnTime. However, it only pops-up in Excel. I'd like to make it appear on top of all my windows so I can see it (otherwise it's not a very good reminder is it?) Any help on this?
|
| Type mismatch when trying to convert to negative number | 18 Jan 2007 04:24 GMT | 4 |
I have a cell with the following data: 144.049S The S means the number should be subtracted, so I want to turn it into a negative value. My code is:
|
| Number validation in Textbox using UserForm | 18 Jan 2007 04:17 GMT | 1 |
Hi, I have a userform with 3 pages using MultiPage control Each page has several textboxes where the user have to input numbers. I wanted to make sure the user inputs numbers so I tried two methods. Basically when the user inputs a non-numeric value, I wanted to set the
|
| Incrimental number from one cell? | 18 Jan 2007 04:01 GMT | 1 |
I am in a bit of a pickle with a project at work. I am being asked to have a single cell, which does not reference any other cell, to create an increasing number each time the formula is ran. I am stymied with this one; does anyone have any clue on how I can get this
|
| Retrive a value from another worksheet in the same workbook | 18 Jan 2007 03:46 GMT | 1 |
Hi all again, I was trying to do what the subject said. I used: Application.Goto Sheets("Requirement").Range(cell_Name) I found this code in Microsoft MSDN, but... seems it is not working...
|
| Date to be placed into Column "C" with matching value in Column "B" in same row | 18 Jan 2007 03:20 GMT | 1 |
I have in Sheet1. B17 = January 07 B18 = February 07 ...
|
| Re : Date to be placed into Column "C" with matching value in Column "B" in same row | 18 Jan 2007 01:06 GMT | 1 |
If CheckBox1 = False And CheckBox2 = False And CheckBox3 = False And CheckBox4 = False And CheckBox5 = False Then GoTo Here Sheet1.Unprotect Dim rngFound As Range
|
| Help with UDF | 18 Jan 2007 00:24 GMT | 1 |
I am trying to write a UDF that will calculate an employee's estimated tax (employee paid) by accepting variables such as certain tax rates and caps as well as a range variable. The range variable represents the monthly gross salary from January to December (the range has to be
|