Skip to main content
Filter by
Sorted by
Tagged with
Best practices
3 votes
12 replies
188 views

Here is the custom function to spell number to words using LAMBDA(). I would appreciate any improvement of the function or simplification if possible. Also suggest best practice for the function. =...
Harun24hr's user avatar
  • 38k
-3 votes
0 answers
36 views

We have developed a ReactJS based Excel Web Add-in, which we are rolling out using the Microsoft 365 Admin Center. The steps that have worked for our Admin Center, as per our IT department (Office 365 ...
user734119's user avatar
3 votes
1 answer
67 views

I am working on a handy reference sheet for my DnD Games, that includes 10 pre-planned encounters of varying difficulty that I want to reference on an Initiative Sheet by referencing the Encounter ...
Jonathan Rogers's user avatar
1 vote
1 answer
89 views

How can I handle string values that contain patterns like xxxE205 (e.g., 2004E205), which are used as unique codes in my company? I explicitly read the column as a string in pandas, but values ...
Ethan MK's user avatar
Best practices
0 votes
4 replies
100 views

I have confirmed that the following VBA code works just fine. Dim mydate As Date mydate = Date Open "C:\Windows\Temp\dlctest.data" For Binary Access Write As #1 Put #1, , mydate Close #1 ...
Dave Clark's user avatar
Advice
0 votes
8 replies
127 views

My question is quite straightforward - or at least, it should be! I have an Excel sheet with dates and weekdays laid out across the top three rows. I want to highlight all columns in a particular ...
Chris Melville's user avatar
-2 votes
0 answers
63 views

I have a For Each Loop container which loops through files in a folder. Inside that container, there is another dynamic For Each Loop container that loops through the worksheets inside the file ...
Dan D's user avatar
  • 17
1 vote
2 answers
76 views

Is there an Excel formula that can detect whether two cells in the same column contain similar or partially matching text? For example: F3 contains: "regulation BI, how to stop exploitation"...
Carey Williams's user avatar
Advice
0 votes
1 replies
116 views

I want a VBA code to prevent fill and drag in an Excel sheet without hiding the fill and drag cruiser. and without preventing them from advanced settings. In addition, I want this code to be localized ...
Ahmed Magdy Tpozada's user avatar
0 votes
0 answers
72 views

I am trying to import a table from one workbook to another, but I want to add to the table with each import to the next empty cell (i.e. don't want to over-write existing data in the target workbook). ...
Cailin Henry's user avatar
Tooling
1 vote
3 replies
92 views

I'm currently searching for a solution to read a pdf and convert it to an excel. For now I found the "tabula-py" library, which seems to be good. But I'm not quite sure because the pdf has ...
marskernel's user avatar
0 votes
0 answers
18 views

I was wondering is there a way to configure error logging for Aspose.Cells (.NET). The version I am using is, 25.5.0. I am facing one issue with an excel workbook that has more than 10 excel sheets ...
darthAJ's user avatar