Summary: *********************************************Provide 5 detail algorithms (comments & code) that demonstrate the use of Arrays or Ranges and 5 custom e...
Summary: I have created a macro in excel. I edit (F2), delete some unwanted text, and press enter. What happens is the entire contents of the first (original)...
Summary: Hi There, I have a simple request but since my programming knowledge in VBA for excel is limited I don't really know where to start. In excel, I have ...
Summary: Hope someone can help me with this... I'm a newbie.. so please understand... :) I have an excel workbook that uses macros... I added a code each time ...
Summary: I am using an "IF" statement that can produce a result of 1. The problem is when the column containing the result of 1 is summed it does not include ...
Summary: Ok, here is what I got regarding the previous post. I have created a project with multiple forms and some code. I did not have VB on my computer, so I...
Summary: Can any one please help me with this. I have a range that I would like to sum but am having trouble with getting it to work. I set up 2 strings where ...
Summary: Why do you people cross examine everything? So i made a contradiction.. I was given /I found, totally irrelevant to the actual topic of the HELP requi...
Summary: Hey all ColdFusion programmers out there. I am relatively new to ColdFusion and I have an issue. I have a web-based app that allows people to paste l...
Summary: relwood14, The functions you ask are so simple that to even begin would do the job for you. If you had posted some code to show that you had at leas...
Summary: I currently have designed multiple forms in VBA (Excel) and wanted to know if I can copy and paste the label and text boxes from my VBA form to VB6.0....
Summary: I'm trying to reference a alue that is stored in a cell. Cell "S1" has the value "J2" stored in it. in VBA I'm using this code: cell = Sheets("Form")....
Summary: hi i just wanted to know is there a way to create a Multiple choice test in Excel???? or does anyone know how to create a multiple choice test system ...
Summary: G'day, You could accomplish this using VB6, but you would require a third party DLL. Stuart is correct; you would require a DLL file to allow access t...
Summary: I have created multiple forms in VBA (Excel) with no code written. I have used this for design of the form. Now that I have installed VB6.0, I would l...
Summary: look up link and linking in excel help, you can make formulas that use cells in other spreadsheets, I think you put the file name in brackets or somet...
Summary: check your VBA script help file for a timer object. If it exists, set up a timer to recalculate the sheet every 5 seconds (or 5000 milliseconds, usua...
Summary: Hello, I am looking for some help in getting data from one sheet to another based on a date entry. On sheet1 column h1:h10 sums rows b2:b10 to g2:10. ...
Summary: can some one help me with a c search source code i want a program that would open a text file & search a given text pls help pls help thank u ...
Summary: My friends and I could do with some help ! We are an internet gaming clan and would like to write (or receive) a .bat file to do the following. Attach...
Summary: I have a simple question. I am currently working in VBA(Excel) and wanted to know if there was a KeyPreview property available. I am trying to exit a ...
Summary: Sir, I have a peculiar problem. A excel file which I have created should be used only for 10 times. The entire file should not be opened if it is used...