Unclickable shape
I need to create a shape (say rectangle) in a given worksheet that will display in the said worksheet but will be totally inert to all action except VBA manipulation. Specifically it should not be...
View ArticleVBA What is the Shape of Range Variant Array
I am trying to convert a range of variable length into a variant array. The range will always be one column with a variable number of rows. Something along these lines Range(B2:B711).I have been trying...
View ArticleUsing Power BI to create specifc columns (both headers and data within the...
I first started this with VBA, and I have been advised to use PowerBI. However, I do not really no if my issue can be solved through powerBI.I have a file which will be send on a recurring basis, with...
View ArticleOpen Excel from Access and Search for Form variable using Range.Find
I am trying to make a link between an Access form, and an Excel spreadsheet so that a user can open the spreadsheet with a button click, and initiate the Excel 'Find' function to take them to the cell...
View ArticleImport Unicode text into excel sheet from Web(html) source
I used this below mentioned code to fetch HTML source from websites. I have no problem fetching data which are in English. But if they are in any other language, i am unable to import that text without...
View ArticleSort Method of Range Class Failed - 2 keys VBA
I am trying to sort data based on an unknown range. When i try to sort based on 2 keys i get a Sort Method of Range Class failedOption Explicit Sub PostReview() Dim tWb As ThisWorkbook, ws As Worksheet...
View ArticleR: How to displayed range in Bar chart?
Try to generate Bar chart same as excel but is it possible in R? Want to displayed total number of weekly order.count by user with start and end date of week.User Due_date Status a 02-10-2017 Complete...
View ArticleVBA user input, copy formulas and create hyperlink to sheet
I have a button that asks for user input and a cell selection. The button also inserts a new row at the bottom of the table and is supposed to copy formulas down, but its not. When the user inputs the...
View ArticleUsing multiple excel sheets to populate a master excel sheet, after matching...
I have multiple parent excel sheets and each sheet has multiple tables (each table having a unique question number). I have a child excel sheet, which needs to copy content from the multiple sheets...
View ArticleDependent dropdown list in a column
What I need Two columns, one with a dropdown list in each row where I can select a code, the other with a dropdown list in each row that is going to show a subcode based on that list selection.What I...
View ArticlePowerBI DAX Measure Performance extremely slow
Why does PowerBI performance get effected so badly when adding DAX measures to a model?I have a model with a couple hundred DAX measures and a report that contains a couple of these measures on them....
View ArticleData Matrix Barcode
first post so apologies if in the wrong place. (I've tried to search but was unable to find any solutions or suggestions)I have inherited a mailing label created in an Excel sheet which pulls data from...
View ArticlePandas suddenly cannot open Excel file (can't find workbook in OLE2 compound...
I have a script that reads an xlsx excel file that was working fine until a week ago. The error message is:xlrd.biffh.XLRDError: Can't find workbook in OLE2 compound documentBy debugging the script,...
View ArticleINDEX MATCH with 2 criteria, match with partial text
My data looks like this:C.............F.............. H Jane......Blue..........NON Bob........Blue..........OUI Jack.......Red..........OUI Sarah.....Blue..........OUI John ......Blue.........NON...
View ArticleExcel VBA function works on cell but not on formula
I have written a VBA function but am not able to call it how I want. I am calling the function in the cell formula editor.This works: =myFunction(A2)This is what I want, but it does not work:...
View ArticleLink to an specific Sheet/cell of a Sharepoint Excel
I have an Excel Workbook uploaded to my Sharepoint site. I want to create an http link to that Excel but I want to point to an specific Sheet and cell, so the Excel opens at that position.At the...
View ArticleHow can I capture a KeyUp event from Excel
I'm working on a C# Excel project. The Excel.Application object only offers a .OnKey method for interacting with the keyboard. This effectively gives me a KeyDown event. But I need a KeyUp event. Any...
View ArticleAdd a single data point to a series and specify its properties in VBA
BackgroundI'm receiving StdOut from python in and parsing the information so I have a set have N many (x,y) coordinates belonging to M many series. I would like to be able to plot each point...
View ArticleVisual Studio 2019 C++ dll Excel VBA addin Problems
I am having problems getting a simple Excel VBA addin working. I am using the simple example at https://www.vitoshacademy.com/c-adding-c-function-to-vbaexcel/ to get started, but can't get even this...
View ArticleTrying to fill text in input box with dynamic drop down
I need some help. Chrome (v 75.0.3770.100) using Selenium Basic ChromeDriver (v 75.0.3770.140) in Excel (2013) VBE. There's an input box which generates a dynamic list if the customer id# exists. I...
View Article