[SOLVED] Macro Buttons - Sub or Function not defined?
I am having an issue with creating macros in my sheet. The macros individually work, I am just trying to assign buttons to them. And maybe I am going about this all the wrong way, one macro to show...
View Article[SOLVED] IF / DO NOT code for Macro?
Maybe I am do not have the best way to go about this, but, what I have: Code: Sub YDSCFM() ' ' YDSCFM Macro ' ' Sheets("Summary").Select Range("50:50,110:110").Select...
View ArticleAuto-change the color of a text box based on referenced letter values
The text boxes - color ID by Type The Scenario: Multiple Text Boxes, all with an identical preselected shape Each Text box displays a cell-referenced Letter value (A, B, C, etc.) The project sheet has...
View ArticleHide/Unhide Toggle Buttons
Can a toggle button be coded to hide/unhide other toggle buttons? Not by hiding rows containing the buttons though.
View ArticleAdvise / Help creating cose for Auto Filter Macro for a Table, Using Input...
I have relatively large Excel Data Sheet 5000 Rows and 35 Columns - Grows by 1 column each week for comments added The data is set as a Table and One of the Columns has a number of different...
View Articlebasic conversion of cell address to a range
Hi guys, Do you know how i can convert this cell address to a range so that i can access the cells' properties and methods : Set foundRng = Sheet11.Range("b1:b27").Find(Sheet10.ComboBox1.Text) Set...
View ArticleNeed vba code: Partial search in combobox with name range
Hi everyone, I have a combobox with ship names, added through the AddItem function. Currently I have to type the exact match in the combobox to get to the ship name I am looking for. Is there a way...
View ArticleHow can anagrams be searched then highlighted in an Excel file?
I have this Excel file with numbers in them (see the photo). The file has anagrams of a certain number sequence - as in this photo: Untitled_zpsgpoc7yfo.jpg Say, I know that the number sequence 4 1...
View Article[SOLVED] Last 6 data for std deviation calc
Say, I have a row of 10 data. I calculate the std deviation using stdev function on the 5th, 6th, 7th, 8th, 9th and 10th data. A month later I add 11th data to that row. How can I set it up such that...
View ArticleRequest Solution: No 7 consecutive working dates
Hi All, I have a difficult question on hand. Please see the attached excel example. Background In the attached excel, it shows 31 days in Jan 2020. The numbers (B2:AF4) represent the number of dutuies...
View Articlescrapping excel vba
Hi, I want to scrape linkedin profile.. i want any example how to extract using API.. Can anyone help with respect to this?
View Article[SOLVED] remove special charactors from data
I'm trying to purge unnecessary characters from 40K lines of data. The characters I need to remove are always at the front of the line but vary in length and type. Here are a few examples: 501-* EASED...
View ArticleVBA code
Trying to add a code through VBA to allow multiple options in drop down- However not working??? any suggestons
View Articleconnect vba to aws database
This is not a concrete coding question, I just would like to know if anyone has managed to connect to an aws (or even azure) database from excel via ODBC connection? Is it possible? Thank you
View ArticlePivot slicer refresh status
Hi, Currently I am using slicer, which is controlling about 30 pivot tables that are linked to external source. The refresh of these tables is taking few minutes and sometime some of the tables cannot...
View ArticleSorting text in date order
Hi All In H5:H300 I have text in the form 09/07/2018..... (F32) 25/04/2018..... (F37) 03/05/2018..... (F40) 11/01/2017..... (F44) 12/06/2020..... (F32) 16/04/2018..... (F46) 26/05/2018..... (G59)...
View ArticleByval target intersection with two targets
Dear Pros, I have an existing file where I have a code which runs everytime when a cellvalue is changed. it works as it should. I have a functioning code which runs when a button is clicked. (both...
View Article[SOLVED] I need help with an Excel Checkbox.
Hello, I can't get a checkbox in Excel to work. I know little VBA and can't figure out the code to accomplish what I need. I have the Checkbox (Form Control) on the sheet and I created a UserForm to...
View Article[SOLVED] Creating custom filenames as i save as
Hello I am trying to save a workbook, with a filename created by fields in a userform the code I have is Code: nwb.SaveAs Filename:="C:\Users\Chris' Laptop\Desktop\&Me.txtcustname.value.xlsm",...
View ArticleRun-time error 1004 You cant change part of an array.
Dear Sir / Madam, I calculate some values in Spreadsheet A of a Workbook and copy the values only to spreadsheet B in the same workbook using a macro. On the second or subsequent time in which I use...
View Article