Split workbook sheets in seperate sheets
Hi forum, Greetings...! Pls help me in solving excel query of splitting big workbook into multiple or separate sheets. Request solution for my problem..
View ArticleSyntax For CountIf Using Variables
Hi, I cant figure out the syntax for CountIf, Im trying to add the following variables to countif, but I keep getting errors. Thanks, much appreciated. Code: Sub ValleysDips() Dim ValuesRange As...
View ArticleUser Form Command Button
Attached is a small sample of my workbook. When the workbook is opened only the summary page is visible. There will be over 100 records. A person clicks the record it hyperlinks to the sheet. On that...
View ArticleLoop through XML file and get nodes
Hi This is my first post on this website, i've been using the forum alot over the years, but the time has come for me to post a problem that i cant solve myself. I'm trying to get some data from a XML...
View ArticleCode to Create Hyperlink to Newly Created Worksheet
Hello, my name is Carlos and I'm new to this forum. I have a workbook named "TP Tracking Log" used to track test procedure development. It consists of 2 worksheets: Log and Template. When an entry is...
View ArticleMultiple drop down lists, all dependent of the same previous drop down list +...
Hello everyone, **EDIT : See attachment for better understanding** I have two problems, If you could help me solve them I would really appreciate :p 1. I've been working with dependent drop down lists...
View ArticleUserform issues list boxes moving location and form resizing
Hi, Im wondering if anyone has come across similar issues and how these were resolved. I am updating a workbook which has a number of userforms and is linked to an external database held on a server....
View Articlenew to vba, need some help with if code
Hi there, i am new to vba coding and i need some help with a code i made. I am trying to build a code that will add a new row to a table automatically if the current month is greater then the newest...
View ArticleVBA to un-filter top row/date from table which is auto-filtered? Or some...
Hi all, I have a particular problem I'm trying to solve and I'm a bit stuck. Basically, I have a macro which copies selected columns (A:O) from a filtered table (let's call it main sheet) to a new...
View ArticleNeed help figuring out why macro is not attaching the new PDF to Outlook
Disclaimer: I'm new to Macros, so please be kind. I have a Macro that does the following: Based on an existing excel worksheet, it looks at the Active worksheet, uses a drop down list for a particular...
View Article[SOLVED] Project Window Folders
I found this on the web: "... If you click the + icon next to the VBA Project, you will see that there is a folder with Microsoft Excel objects. There can also be folders for forms, class modules, and...
View ArticleSearch for more cells in a different sheet and copy another info in the...
Hello, First of all, thank you for your help. I tried to find some codes for my problem, but i didn´t found the right one and i wasn´t able to change them. I have 500 numbers in an document. It is...
View ArticleCombine two automated solvers that run in feedback loops
Hi. I'm new to excel vba. My excel model has two automated solvers: Solver A and Solver B that run in feedback loop. Solver A produces an output (a price set at objective npv=0) to be used by Solver B...
View ArticleGet children of members
I have a list of people, some are members, some are not, and some are children of members (also not members). I need to get all children of each member and concatenate them into a cell (Children in...
View ArticlePop-Up form or Text file
Hi, Hope I might explain my query here. I want to make a button for details in a sheet and when user click that button a pop-up window or form opens. In this case I need details for the user and which...
View ArticleUser Defined Function for last row or column in worksheet
Hi, I found a function that determines the last row or column in a worksheet at the spreadsheet guru website. However, when I tried the function it did not work. I suspect that I am not entering the...
View Articlechange the colour format of a combo box?
Hi. I have created a combo box so i can have a drop downlist. Is it possible to change the colour of the dropdown list so it doesnt stand out so much on the page?
View Articleenter X with data validation
Hello to all. In the attached workbook in column D3 onwards there is a value (minutes) I think it is accurate with a data validation combined with a macro. It should work like this: now in D3 there is...
View ArticleCapture "cancel" on Standard Menu " close "
Windows 10 running Excel 2003. I need to capture the cancel event when the "Cancel" button on the standard Menu/Close form is pressed. I'm using Menu/Close to exit a workbook (which contains VBA code)...
View Articlehow to filter combobox value based on another combobox
Hi I want to creat a form with two combobox: The first contains only unique country from column A The second contains only the customers with relates to the country selected. Thanks a lot Attached...
View Article