[SOLVED] combobox populated based off of other value
im creating a userform and i have two catagories that i have pull down lists for. the first one are catagories like Auto & Transport, Entertainment, Food and Dining, ect. I can populate that list...
View ArticleProtecting VBAProject programmatically
Hi, I would like to ask if it is possible to Lock VBAProject through code. I found only way through SendKeys, but I hope that it can be done somehow else (due to possible risk If any other window gains...
View ArticleUpdate multiple cells Format+value from one sheet to another...
I can make a function in a cell that picks up the content from another cell - example =A3 However; this will only show the content, and not the format from A3. How I wanted to picks up BOTH the content...
View ArticleConditioned copying/pasting of specific cells from multiple workbooks to...
# I want to copy specific cell values from multiple workbooks if conditions are met and paste them in a master workbook to a specific cells. 1-Every one of the multiple workbooks is located in its own...
View ArticleMacro to open Folder and File
Hi. I need a vba code to open a subfolder thats is created where the .xlsm file is being executed. I have a file called Menu.xlsm inside a folder called RESTAURANT(in desktop). Inside this folder i...
View ArticleConvert one column into many columns of 50 entries
Hello, I have 15000 numeric values in column A but need this data broken into sets of 50 values per column over 300 columns. I've looked around the internet for similar problems but most of them have...
View ArticleDisabling Autofilter menu Sort Ascending/Descending commands
Hello dear Excel Experts! I want to restrict access to the sort features in Excel to select users. I already implemented some RibbonX repurposing via CustomUI14.xml/CustomUI.xml like so: Code:...
View ArticleHow do I protect my Macros from unwanted edits
I have a worksheet with several macros that I want to distribute to colleagues for their use in pricing decisions. I have protected the owrkbook and each of the sheets, but I can still gain access to...
View ArticleNeed Help completing formula or developing a MACRO
Need help fine tuning my formula. Exact Match formula - This works great =IF(ISNA(MATCH(B2,A:A,0)),"",B2) Partial Match Formula - this is what I need help with...
View ArticleUserform that generate the report from worksheet
Hi Gents I'm new on this forum, and I just start my adventure with excel ;) At the beginning IÂ’m really sorry for my English, I hope this will not cause problem for you guys. Currently IÂ’m stuck with...
View ArticleHow can you check that other references you want to call are avaliable on...
I'm making a document that should have the option to be printed to a PDF using PDFCreator. However, this document will be placed on various machines - not all of which will have PDFCreator installed....
View ArticleCoverting lotus 123 to excel 2007
Is there anyone who can convert a lotus 123 file (WK4) for me to excel 2007? I do not have excel 2003 or lotus. Thanks
View ArticleCreating new worksheets from a template named according to cell values in a...
I am new to VBA and struggling to get a macro to create new worksheets (copied) from a template and named using cell values from a summary worksheet. The new worksheets will be added to the existing...
View ArticleCase inside a Case throws error 424
Hey guys, just a quick question regarding error 424, object required. I have a module, which upon loading, needs to populate several text boxes, check boxes and drop-down lists based on information in...
View Articlemacro: The number next to name increases by one
Hello, i'm trying to write a macro but i can't find function which could help me. Everything should look like this: I have two sheets: In Sheet1 when i enter the name in A1 and press the commandbutton...
View ArticleFill Cells Based on Active Row
Hello! I am trying to set up a formula/VBA that will auto fill cells based on the a specific cell in the active row. I've attached a document for reference. Here is and example of what I want to...
View Articlehyperlinks
hi have a question i have 2 userforms and a couple of sheets if i add a hyperlink to a sheet and tranfer it to a userform mfr it appears there but i have to then transfer to userform 3 before i can...
View ArticleCut and paste values into a master worksheet
Yall, Need to cut the data in worhsheet 1, 2, 3, but only cut these rows that have a value in column A and paste the values to the last cell +1 in master sheet. How to code it? Thanks for your help....
View Article[SOLVED] Block if without end if - please help!
Hi, Could you have a look at my code below (i'm sorry very much, the code is so long). I can't find where the problem is, i'm getting the compile error "block if without end if". Code: Sub...
View ArticleCalculating a sum and then putting it in a different cell/tab using macro
I have a workbook with multiple sheets. There is a summary sheet followed by the detailed sheets. On the detail sheets which are named by each month, I need to find the sum of each week on each month...
View Article