Hi all,
I have been playing with this little project recently which, as the thread title states, allows for adding an hyperlink to the native vba MsgBox.
At the moment, I managed to make this work with only one hyperlink per MsgBox...
This little "tool"can come as a handy, a quicker and a more...
Question: I need help creating a formula that will add multiple variables to a daily forecast. Might require VBA. I do not know VBA.
Background: Our sales volumes changes based upon multiple variables such as holidays, paydays, and days of the week. We have run regression analysis that...
I need to sum deposits for each account number for deposits that have valid codes. I've tried SUMIFS and SUMPRODUCT, and run into the same problem of setting criteria to a range of values (E2:E6).
Here is where i'm at from a SUMPRODUCT path:
=SUMPRODUCT(--($A:$A=$G2),--($C:$C=$E$2:$E$6),$B:$B)...
I have exported a card database(600 cards) into excel from a security system to upgrade to a newer card reader system. However, the proper and new card reader system reads the card data in reverse. So I have dumped the data in an excel spreadsheet to sort the data around and import to new...
Firstly, forgive to code tags, I can't seem to work out how to attached a sheet with excel genie.
Looking at the chart below the top row is the binary header value for the columns and each row has been split into single cells.
The first block uses the values 3,4,5,6,7 converted to binary.
The...
I would like to extract the thumbnail.bmp image of this file and putting it in image box
https://drive.google.com/file/d/1d4sco69RbSIi2fiNS5l3_8cF7vfZuFE_/view?usp=sharing
especially using binary access
I am trying to copy and paste rows from a 18MB .xlsb protected and heavily filtered -- from column N to column EZ.
I want it to paste into a 998kb .xls file. I can't remove the formatting otherwise certain cells, (based off of dates generated from an external application) -- or It will...
I have been working within my company creating UserForms on excel for multiple different inputs and outputs. I'm getting the stage where I feel comfortable to move forward and create an actual program outside of excel.
However, I am unsure of the best language for this. Currently I build...
Hi Guys,
I have excel reference file named as Monthlies xxxx.xls format. Note that xxxx = date which changes every week. The file has 6 Tabs (Sheet 1-6). I need to convert the file first in binary then consolidated Sheet 1-5 on Sheet 1 as it normally consists of 300K lines when combined but I...
Hi Guys,
Just wanted to ask if you could help me out on this.
I have excel file with file name Monthlies xxxx on .xls format. Note that xxxx = date which changes every month. The file has 6 Tabs (Sheet 1-6). I need to convert the file first in binary then consolidated Sheet 1-5 on Sheet 1 as...
Hello to all,
I want to write the hexadecimal values to a binary file in order they look the same when I open in hex editor.
My current code is this:
Sub Write2Binary()
Dim i As Integer
Dim nFileNum As Integer
Dim sFilename As String
sFilename = "D:\OutputPath\Test.bin"
strBytes = "F3...
Receive an error:
"One or more formulas in this workbook are longer than allowed limit of 8192 characters. To avoid this limitation, save the workbook in excel binary workbook format."
Workbook contains thousands of used cells. How can I identify the cell that is longer than 8192 characters...
I have a large file that is about 2,000 kb in size. I am looking to add more rows in it with formulas and when I do the file slows up. The file does contain a few Macro's. I have tried saving the file as "Binary" and I even change the Calculation Options to "Manual". Even with a smaller file...
I have a little bit of VBA code which reads a 13MB binary file into memory. Once there I want to edit it and write it out to a second file.
The problem is, using the write command, (WRITE #2 ,a$ - where a$ is my edited 13MB string), I get chr(34)'s inserted at the beginning of the output and...
I tried searching for answer for a couple days, cannot find one. Maybe you guys can help.
I am trying to load data from an .txt file, split the columns, and paste the data into excel using vba. I managed piece together a macro, but pasting the data line by line is very slow. How can I speed up...
Hello all,
I ave just completed converting decimal to binary without the use of DEC2BIN. However now I am moving onto converting this concatenated 8 bit binary number into Hex, without the use of BIN2HEX.
What I have done so far is set up a vertical table with two columns, one with 16 values...
Hi,
I have a this formula in W1465 :
=RIGHT((DEC2BIN((MOD(U1465,4096)/512),3) & DEC2BIN(MOD(U1465,512),9)),7)
Which return the binary string of a number.
I'm looking for a formula in cell AB1465, that will count how many digits (1) are in that string ?
Thank you.
Good night,
I started interning in an office where my boss asked me the following:
"I'm going pass to you the sales KPIs, for you automate the dashboards generation"
From what I understand ... the office uses a website to generate various reports in "Excel Binary Sheets". My boss takes...
Hi Peoples; -
I require to generate a col string of random 0's or 1's - (no blank cells)
effectively just a simple random binary data string.
The appliance of weighting is not required...
I would have thought this would be available as a simple Excel function but cannot locare it...?
Thank...
Here Encoder how to convert to Decoder
Sub EncdPic()
Call EncodeFilebase64("C:\Users\User\Desktop\Untitled.png") '"FullPath with Pic Extention"
End Sub
Public Function EncodeFilebase64(strPicPath As String) As String
Dim PicExtn As String, FLPath As String
Dim StrPath As...
We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel
Which adblocker are you using?
Disable AdBlock
Follow these easy steps to disable AdBlock
1)Click on the icon in the browser’s toolbar. 2)Click on the icon in the browser’s toolbar. 2)Click on the "Pause on this site" option.
Go back
Disable AdBlock Plus
Follow these easy steps to disable AdBlock Plus
1)Click on the icon in the browser’s toolbar. 2)Click on the toggle to disable it for "mrexcel.com".
Go back
Disable uBlock Origin
Follow these easy steps to disable uBlock Origin
1)Click on the icon in the browser’s toolbar. 2)Click on the "Power" button. 3)Click on the "Refresh" button.
Go back
Disable uBlock
Follow these easy steps to disable uBlock
1)Click on the icon in the browser’s toolbar. 2)Click on the "Power" button. 3)Click on the "Refresh" button.