Get Cell Value From Sheet In Sheet Array
Hi all, Using Excel 2013 64-bit As I am looping and loading a sheet array I could like to get a cell value from one of the sheets to use as the filename when I export to pdf I tried Code:...
View ArticleMacro: Use cell fill color to determine if to copy & paste to another cell on...
Good Day all, Given the example file I'm trying to copy and paste as values from column I to the values in column E if: 1. The cell is green That's it. In the actual file there are as many as 10,000...
View ArticleHow to acquire workbook name automatically
I wrote a macro that will set me so far ahead of my co-workers (in terms of efficiency) that it would it would truly baffle them and my boss as to how I was able to accomplish so much so fast. Seeing...
View Articlecalling Solver .dll through VBA
Hi, I have been running Solver with this kind of code: Code: SolverOk SetCell:="$BM$3", MaxMinVal:=2, ValueOf:=0, ByChange:="$R$3:$R$9", _ Â Â Â Â Engine:=1, EngineDesc:="GRG Nonlinear" SolverSolve...
View ArticleForms
Hi, Is it possible to create a form and connect it to excel sheet so when the form is filled that excel sheet is automatically filled with those form entries? I want someone to work with me on this...
View Articlehow do i send focus back to the cell i started with?
i have cell coordinates (ie. 2,1). i'm having a brain fart about how to send focus back to that cell...
View ArticleFind the Combination of different Lenth
Hi Friends, I have plates with different length of 700mm, 1000 mm and 1200 mm which i can fix continually. if i required to fix "n" meter i would like to know how many plates required in combination of...
View Articletrasnferring values of a variable and putting it in another regularly
Hello Guys, Here is my problem - I extract an excel file with the below mentioned format each time from my system daily. But I have to fill in another excel file with an entirely different format, that...
View ArticleLinkedCell Nuclear Disaster
Hello Fellow VBA`ers, One of my Excel scripts is setup to dynamically create a series of checkboxes on my worksheet. It checks another workbook for details, and then creates one checkbox on each line...
View ArticleCan I get Excel to format sheets where I don't know their name
Hi All, I have an workbook where excel splits up each row based an an value that is stored in Coll D and makes an spreadsheet for each different option. Is there any code I can use to get the macro to...
View ArticleCode that highlights a row
Will u help me for a code that a row automatically highlights when a cell of it's row has zero "0" value ... Pls help me to this
View ArticleShow decimal number in form spin button
Hi, I try to find solution how to turn the number in spin button to decimal place and preset constant 0.5 intervals. When I click up arrow, the number will displace replace instead of increase or...
View ArticleImporting Word tables on new excel sheet and at the top
I am importing Word charts into Excel. I found the macro below which loops through a Word document and imports all charts. However, it added them all on one sheet, and I need each chart on a separate...
View ArticleWay to Get Around Macros Not Working in Protected Sheet?
Hi, Is there a way to get around macros not working in a protected sheet? I want to allow user to enter multiple responses using the following code, but it won't work if sheet is protected. Sub...
View Article[SOLVED] Slight Editing of Existing Macro Required
Hello, I have this excel spreadsheet with a macro function. I need slight modification in it and I can't figure out how to do it. In the attached excel file there are two spreadsheets. On the first...
View ArticleVBA naming conventions
Hello all, I am interested in learning a easy-to-learn consistent naming convention for VBA coding. Which method would you recommend? Can you please supply a link to a tutorial webpage on your...
View ArticleOutlook - How to make outlook not to display a notification icon
Hi Guys, I wonder if there is a way to stop outlook to display a notification icon when receiving an email from a particular sender! I've used the outllook rule to send the email directly to 'deleted...
View Articledisable command button after a click.
hi team, I want to disable the command button after one click. am using this button to get login logout of an employee. once I click login command button I will get date and start time. once I click...
View ArticleImporting Web data into Microsoft Excel
Why is it possible to import a table from a web page into Excel but not possible to import data from a downloadable (Excel) file into Excel?
View ArticleComparing three columns in sheet 1 with three columns in sheet 2 of excel...
I have an excel file with two sheets namely REPORT A and REPORT B, I want to reconcile the DATA in REPORT A with the Data in REPORT B, I need a VBA code which can do the following for me 1. First pick...
View Article