Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: senators40
  • Content: Threads
  • Order by date
  1. senators40

    Excel Add-in Warn me if I am saving to a specific folder

    Hi, I would like to create an add in that would warn me if I am saving to a specific folder. When I receive an email, with an excel attachment, if I open an excel file and save it - It saves to the temp email file and when I close the excel file all my work does not save so I would like a...
  2. senators40

    Excel Formula containing Value and Cell

    Hi, I have a cell in column A1 for 100 Cell C1 formula should be =A1+B1 However I would like it to be the value in cell A1 + the formula in B1 So the formula would be =100 + B1 If A1 were 150 the formula would be =150 + B1 Unfortunately the amount in A1 varies Any help would be...
  3. senators40

    Reference Activecell in another workbook tab

    Hi, I would like to determine if the activecell in another workbook is blank and do a procedure if it is. I can do it if I know which cell I am referencing but I would like to determine the activecell as the number of rows may change. Below is what I can do if I want to find a specific cell...
  4. senators40

    Use Range of Cells to find the same data in other Cells

    Hi, I would like to do the following Column A has items like A1 = Yes A2 = No A3 = Maybe A4 = Probably A5 = Always with a number of other categories down the line I have items in column B which could vary B1 = Yes B2 = Maybe B3 = Probably I would like to identify all instances where the...
  5. senators40

    Info Release in Excel in Visual Basic

    I know the function to determine the version of excel the user is using It is =Info("Release") in the excel cells as a function. How do I convert that into visual basic. When I record macro and put the function into the cell I get the following Sub Macro2() ActiveCell.FormulaR1C1 =...
  6. senators40

    Userform Name which includes Textbox creates Error

    Hi, I have a userform which has the Userform Name What_a_Grey_Textbox_Means In the coding I want to call up this userform - the coding shows up as What_a_Grey_TextBox_Means.Show The difference is that it converts the word Textbox into a capitalization of Box (presumably assuming...
  7. senators40

    How to Maintain Formulas of Copy and Cut

    I would like to use the properties of cut for a formula while still maintaining the original place where the formula resided. For instance if the formula is in cell A3 =Sum(A1:A2) I want to move it to cell B3 and have the formula in B3 be =Sum(A1:A2) and still have cell A3 have =Sum(A1:A2) I...
  8. senators40

    Long Delays in Unloading Userform

    Hi, I have a userform (Form1) and I have another userform on top if a certain event happens. (Form4) On the second userform (Form4) I have a command button that says Completely Start Over. In that code for the Completely Start Over button I state the following Unload Me Unload Form1 Unload...
  9. senators40

    Moving labels based on criteria (visible & not visible)

    Hi, I have an excel macro in Excel 2003 and I have 4 labels. The four labels are Salaries, Land, Buildings, Other If they all have dollars then they all will be shown at .top of 10, 20, 30, 40 etc However if Land is 0 I want to be able to move buildings to .top of 20, Other to .top of 30...
  10. senators40

    Open file that is already open gives error message

    I have an button on my userform that allows the user to open a file, however if they select a file that is already open, I get a message saying that the file is already open and reopening it will cause any changes you have made to be discarded. Do you still want to reopen the file. If you say...
  11. senators40

    Adobe Flash Ram Problems

    Hi, I have a program that runs with Adobe Flash Player 9 and it seems that there are memory leaks with this program, in conjunction with a poker program known as Jungle Poker. My system resources seem to go to 1 or 2%. The text gets bigger and I have to quit out of the program. Once I do that...
  12. senators40

    Adobe Flash Player 9 Ram Problems

    Hi, I have a program that runs with Adobe Flash Player 9 and it seems that there are memory leaks with this program, in conjunction with a poker program known as Jungle Poker. My system resources seem to go to 1 or 2%. The text gets bigger and I have to quit out of the program. Once I do that...
  13. senators40

    Specify form in VB Excel upon opening

    Hi, I have Excel 2002, occasionally when I save the program to a memory stick or winzip - when it opens and I try to run the program it gives me an exception error and closes Excel. I have noticed that if I click on the one of the forms in the box "Project - VBAProject" and then run the...
  14. senators40

    Only Alllow Copy Spreadsheet (not Move) SAP & Excel

    Hi, I have an excel macro in which I have to have several worksheet tabs. If they are missing it causes problems. I also have SAP and when you want to move or copy the tabs the copy is clicked and then it is disabled so that you can only copy (you cannot unclick copy) I tried to look through...
  15. senators40

    Disable & Select only Copy Worksheet

    Hi, I have a macro in which I have to have several worksheet tabs. If they are missing it causes problems. I also have SAP and when you want to move or copy the tabs the copy is clicked and then it is disabled so that you can only copy (you cannot unclick copy) I tried to look through the...
  16. senators40

    Find / Replace text in Excel Userforms

    Hi, I have several forms with text of different years. Each year I have to upgrade the information to match the following year (ie if the text stated 2006 Actuals I have to change it to 2007 Actuals) Within the code portion I can use the find / replace to change all the code, however if I...
  17. senators40

    Changing fonts for Active Title Bar in Userform Excel

    Is there any way to change the font of the Userform Caption title bar from the windows default. As well, can you change the size of the userform title bar. I would like to decrease it. Thanks, Jeff
  18. senators40

    Revert to Windows Classic Style for Excel Macro or XP Title Bar Size

    Hi, I have a macro with userforms that were configured in the Windows Classic Style. In that style the information contained on those userforms can be seen, however in XP with the height of the title bar and the Start Bar some of the information is missing / hidden. Is there any way to...
  19. senators40

    Same Value in two textboxes on Click

    I would like to do the following procedure in one line - I think it is more effieient, when I click on a Command Button TextBox1.Text = TextBox3.Text TextBox2.Text = TextBox3.Text I tried doing: TextBox1.Text , TextBox2.Text = TextBox3.Text but I got an error message Compile Error Invalue...
  20. senators40

    Mass Replace on Excel Userforms

    Hi, I have a userform that has textboxes (approx 200) that have to be updated occasionally Some sample textbox names are: Salaries_2006 Land_2006 I would like to change them to Salaries_2007 Land_2007 Is there any way of using some sort of find / replace for the names in textboxes. The...

Part and Inventory Search

Back
Top