| Thread | Last Post | Replies |
|
| Custom Command Bars | 29 Mar 2008 15:19 GMT | 1 |
I've created custom command bars in a 3 workbboks. I wish to retain these workbooks and command bar but make copies of them for work sheet alterations. Structure and format will be the same so command bars/Buttons can be retained with only changes to names etc used in the ...
|
| vba, get filename of this workbook | 29 Mar 2008 13:04 GMT | 3 |
I running a vba script inside a workbook. How do I get the complete path to the workbook and name in which this script runs? Thanks
|
| copy and insert hidden row | 29 Mar 2008 13:02 GMT | 7 |
I have the gotten the following VBA from previous post to insert and new line - works great, but I want to be able to hide row (i) so people cannot insert data into it. Is this possible? Thanks heaps in anticipation. Public Sub ProcessData()
|
| sumif with 3 condition - urgent | 29 Mar 2008 13:02 GMT | 22 |
I have protect excel sheet1, which we have enter data in many column. I have create another sheet2 for summery. here we have use 2 criteria like Buyer and mode (ship or air) its working fine.
|
| findout the difference between to time; not date | 29 Mar 2008 12:49 GMT | 1 |
How to find out the total minutes between to different times without date.
|
| Textbox linked to a cell | 29 Mar 2008 11:29 GMT | 2 |
I have several texboxes on a userform. Each textbox should display value of a cell. the problem I am having, is that everytime the userform is opened the data on each texbox gets displayed only once. i am finding that the formula on each cell is cleared.
|
| self calculate | 29 Mar 2008 09:11 GMT | 8 |
How do I enter a formula that self calculates every time data is entered such as in out and balance in out bal 100 100
|
| The Save Button | 29 Mar 2008 01:15 GMT | 1 |
I have 136 pages in a workbook when i click the save button it takes 2 min. to complete. Is there a way to set the pages it is to save ?
 Signature Medzzz
|
| Help with Code | 29 Mar 2008 01:11 GMT | 3 |
Hello...I have a code that keeps getting a runtime 1004 error. I beleive it is because the string is too long. Anyone have any suggestions on how to shorten the string or expand the default range? Here is my code.... Private Sub Worksheet_Change(ByVal Target As Excel.Range)
|
| Startup Template | 28 Mar 2008 22:54 GMT | 4 |
I have created a new style and stored it in the start up template in Program Files/Microsoft Office/Office11/XLSTART/BOOK.XLT. Before I saved it, I checked the STYLE drop down box and it was there. When I create a new workbook, the new style is not avaialble as I expected
|
| Error in Query Builder | 28 Mar 2008 22:49 GMT | 1 |
I understand that this is more than likely a Datatel Colleague issue but I wanted to post here before I paid to talk to their technical support. When I run a Query no matter what OS (Vista or XP) or Office 2007 or 2003 I receive an error that states:
|
| TRUE/FALSE MACRO using Option Buttons | 28 Mar 2008 22:15 GMT | 1 |
I have and IF statement with multiple TRUE/FALSE parameters. I am trying to convert it onto a userform using option buttons. for example on my excel sheet i have A1-A5 all false/true (with only 1 being true). How do I convert this over to my userform using multiple option option ...
|
| Copy Formula Columns | 28 Mar 2008 22:13 GMT | 2 |
If for example I have the following formula: =Sheet!$a1 and I want to copy it in the colums. I would like to have: =Sheet!$a1 =Sheet!$a2 =Sheet!$a3... etc.
|
| office button | 28 Mar 2008 22:13 GMT | 2 |
exel 07 - doesn't bring down drop box to download analysis tool pack excel
|
| Excel 2007 VBA setting cells(x,y).value causes abnormal exit from subroutine/functions | 28 Mar 2008 22:06 GMT | 7 |
I am having a difficult time trying to resolve this issue. I have a simple workbook, with a simple active x button. The onclick subroutine for the button is very simple. Private Sub CommandButton1_Click()
|