IF Formula Returning Incorrect Value
Good afternoon everyone, I've got a function that enters a "Territory" of the US depending on what state/province abbreviation is entered (For example, if UT is entered in B1, A1 enters U.S. West). For...
View ArticlePrevent calculation from changing
I have another problem and you guys and gals are so helpful. I have a cell that I only want to calculate the data just once. Lets say it is cell AA1. When a date is entered in Cell B1, I want to find...
View ArticleChanging the numbers in cells based on the number inputted
Hi, My scenario is that I will have random numbers in cell B:B, the numbers will be inputted by the user in cell B:B (the numbers may range from 1~9, 1~5, 1~3, any combination). In cell D3 the user...
View ArticleCreate watermark, save as pdf, print pdf, close file**
Hello, I am extremely new to VBA/ programming and am in desperate need of some guidance. I gladly appreciate any help. Here's what I am trying to accomplish: 1. I have a very long list of names in...
View ArticleStill having issues creating editable database with autonumber, credential...
I've attached an example of the application I've been working on for data entry, editing, auto numbering, credential capture, and multiple users. I've pieced this Frankenstein together using all sorts...
View ArticleSub Script out of range!
Hi all, Im a newbie with VBA and have recorded the follow script using the macro recorder in excel. Basically i am grabbing data from another workbook and pasting it back into the original. The macro...
View ArticleExcel as Search Engine or database
Hi, guys, I need your help I want to create a search engine or database using excel for our supplier, its like when you type the item on the txt box, below will appear the items with all the suppliers...
View ArticleVba code to perform pivot like fuction.
Hi please help me with the code which work like a pivot i have following data Date Name Acc WAcc RAcc 16-Aug-12 Ram 5 2 1 16-Aug-12 Prem 7 4 3 17-Aug-12 Ram 2 2 1 17-Aug-12 Shyam 3 3 2 18-Aug-12 Ram 8...
View ArticleWorksheet_Change event
Hi, I have a table in a worksheet, to which I add a row by entering data in the leftmost cell (column A, row n). It naturally fires the Worksheet_Change event but instead of settingthe Target to cell...
View ArticleVBA Code For Once We Entered Data In Sheet then Data Should Not Be Edited or...
Dear All Experts, I Need VBA Code for Once We Entered Data In Sheet Then Data Should Not Be Changed and Deleted Regards, Sgolwalkar4ever
View ArticleDownload images from a list of urls (in excel sheet) to my local disk
Hi, i have a sheet with a list of urls of some pictures: http://www.mysite.com/cbcuu/$5Gbewh60.jpg http://www.mysite.com/cbcuu/$"£%"£wh60.jpg http://www.mysite.com/cbcuu/$rf34ewh60.jpg...
View Articlesort and recolor by formula?
Hi guys, I dont know if macros is needed. plus i know very little but the basics of excel. but heres my question. this is my inventory list id like to compare (C: On Hand QTY) to (E: Min Stk Level) if...
View ArticleFilling up fields in Internet Explorer using Excel VBA
I am currently created a tool that will automatically populate the form in the internet explorer based on what the user have populated in the UserForm. These are the web attributes that i'm trying to...
View ArticleBuild a list from values in Userform
Good afternoon all, I am currently working on a workbook that has become bigger than Ben Hurr. My next step is to create a list using the values from the textboxes and putting them into a word document...
View ArticlePrinting to labels
Hello All, I have a workbook that populates address labels from our database and is laid out in such a way that it prints nicely to labels. The thing is, when the user goes to print whole workbook...
View ArticleEdit Sheet1 data by using User Form Textbox
Dear all Attached excel sheet has a user form, I want to be able to select the sheet1 entries on a textbox and edit them by using Previous,Next and Edit buttons.(as in Built-In Data Form in excel) Is...
View ArticleHow to get row number
I have find the maximum value from a range by using k = Worksheetfunction.max(range("c5"c25") where k is a variable now i want syntax to get the row number of k variable
View ArticleGetting file not found
he i was trying this code but wanted to get filedatetime insted. but i insted i gor file not found. Code: Public Sub Test() Worksheets(1).Cells(2, 1).Activate Call CallTest("C:\folder\", 1) End...
View ArticleCopying and pasting rows based on cell criteria
Hi, I need to format an amount of data using VBA as a beginner. I need to copy rows from Sheet1 to Sheet2 another based on cell criteria i.e. If cell N2 contains data I need to repeat this row 3 times...
View ArticleWriting from MS Word To Open Excel Workbook
Hi, I am able to write an MS Word macro that populates a closed Excel workbook, by referencing the Excel workbook as follows; Quote: Set objWorkbook = objExcel.Workbooks.Open("E:\Maintenance\Facility...
View Article