VBA insert/delete rows to accommodate exact number of rows from incoming data
Hi, I am a newbie here and just started working on basic excel vba. I have an issue about adjusting rows automatically. Situation: I have 4 sheets nameld Sheet1,Sheet2,Sheet3 and Sheet4. Sheet1,2,3...
View ArticlePassword & cell splash error when open workbook
Hi, I have an error when I open workbook with password and make 1 cell splash. Is it possible for me to do that? Please look at the sample in the attached or code below: Code: Option Explicit Private...
View ArticleCode for prompt for save before quit
Hello everybody... I need: A code that should close the worksheet with a prompt to save the changes? I'll be very grateful for whoever helps me on this... God bless him/her. Thanks all!!
View ArticleNeed Help on Writing a Code... Please
Sorry for double posting something went wrong with my network that made me think the first post wasn't posted
View ArticleHow to Remove Duplicates After Each Auto Refresh from External Connection?
Does anyone have any suggestions on how to do this better? I am currently running this macro when the data changes. If not, is there a way to specify the sheet without selecting it? In other words,...
View ArticleSearch, Copy and paste specific field from one workbook to another
I enjoy horse racing and like to use sectional times to pick my winners. I download .csv files from a racing website and copy the sectional time's along with track info into my spreadsheet called...
View ArticleTable to summarize data in another way
Hello, I am new vba programmer and i really don't know how to solve my current issue. I have a table with 4 columns : in the first one names of students; the second and third concern the grades...
View ArticleEnter a name to Create a new sheet with a template and sheet name is the...
I need a VBA to create a set number of sheets based upon the number entered. But each sheet will have the same template entered into it. Then, Title the sheets based upon the names written. and finally...
View ArticleHow to rearrange rows in a dynamic Pivot Table
Hello Everybody! I am still learning VBA and have been able to solve most of my problems using Google, but this one has stumped me. I want to sort my pivot chart but that will be done automatically...
View Articlemacro to Copy name in one columm and past to new one. (New Name depending of...
Hi I would like to have a macro, that can example in below. copy and find all names in columm C and change the names and paste the new names into columm D. The change have to be like this below.. All...
View ArticleClick cell, link to a page, filter and sort data
I have spent the better part of a day trying to figure this out but cannot find a good example somewhere. In workbook "cargo.xls" I have a tab called "dashboard". "dashboard" has a list of...
View ArticleHow to press enter automatically when opening workbook
When I open my workbook, a pop-up window appears because my workbook contains links to other data sources. The "update" button is already selected and I would like to answer it automatically by...
View Articleif it is true then change the row color
hi every body at first i would like to tanks from you and your very very good site then my problem is : i have a table in excel wich filled by some data I want if progress column is changed at below...
View ArticleWhy Activesheet is not an object of Worksheet?
I am new to Excel VBA, but I have lot of programming experience in C++. 1. Acivesheet is a property of Application Class. But Activesheet cannot b equated to Worksheet why? Dim ws As Worksheet Set ws =...
View ArticleTick checkbox if a certain cell is not empty.
Hello everyone, Thanks for this awesome forum! I am new to here and also to VBA. What I am looking for is a way to have a checkbox automatically ticked (CheckBox6.Value = True) if a certain cell is not...
View Article[SOLVED] Exporting Data in 2 Cells from multiple worksheets into new worksheet
I have a workbook with several hundred (identical) worksheets. Each worksheet is a proof of postage form which I developed to manage my eBay sales. In one cell E2 is the date (manually typed in as text...
View ArticleNot able to remove trailing spaces in a column
Hi, I am not able to remove trailing spaces after running a macro,trim,substitute.Please help with this. I have attached the sheet. Thanks, Attached Files Trailing spaces.xlsx (9.0 KB)
View ArticleVBA/Macro to query specific data on webpage
Hi I have some code that I got out of these forums. I want to grab only a little bit of info off of 47 steam profiles. I am not sure how to determine table numbers for the data I want. I am atttaching...
View ArticleVlookup that changes depending on a list
Hello I have those macros for the following file https://sites.google.com/site/thefly...edirects=0&d=1 Code: Sub vol1month() ActiveCell.FormulaR1C1 = _...
View ArticleUsing the String within a Cell to Save
Hello, I am creating report cards for a school and I am running into a little problem. I have all the names of the students in a file, with all grades associated with the students. I have also created...
View Article