How can I get screentips or equivalent on shapes in excel 365
Help please In 2023 I wrote a genealogy spreadsheet with macro buttons on the sheets. I added an icon for each button with a screentip describing the button's function. The screentips worked 2 years ago but some update on 365 has disabled them despite…
Excel
Office Development
LTSC Office 2024 Excel freezes
I've recently installed LTSC Office 2024 and while using Excel, it frequently freezes. How do I repair this?
Excel Management
excell 2024 changing cell fter entering to a different number
Excel 2024 is changing a dash number 8-1 or a 5-6 or a 5-7 when typed into a cell changing it to a date, ( on the top menu the "number" , "general" is selected). If I change "general" to "text" it changes the…
Excel Management

Excel chart freezing
Good morning, when excel encounters a graph it freezes for a few moments slowing scrolling. Possible solutions? Unfortunately, I can't share company workbooks. Version 2504 (Build 18730.20168 Click-to-Run) on Windows 10
Excel Management
How do i link a cell in excel to a word doc and keep they live
I have reviewed an answer to another users question, but cannot get this to work. I am trying to use a speadsheet to keep track of student payments for a class trip. I would like to create a word doc for each student that will automatically update as…

Excel Automate not Loading (stuck on loading screen once pressing code)
Hi all, I have been using automate on excel for the last 6 months as I have a repetitive task I use on excel, this usually allows me to download the date to excel, press automate and it all actions accordingly so I can save and move on. I'm using it for…
Excel
Office Development
How do I alphabetize multiple columns in excel?
I'm choosing all of my columns. I go to data, sort, Add level, Sort by Column A, Sort on Cell value, Order A to Z. Then I add level, Sort by Column B, Sort on Cell value, Order A to Z, and click on ok. The Column A sorts perfectly. The column B sorts…
Excel Management

Formula is not calculating properly and I have tried fixing it multiple times.
I am creating a Food cost workbook to be able to price out ingredient and have a sheet that you select the ingredient item, how much you are putting in the portion and it projects the cost for that amount you are inputting. I have already checked the…
Excel Management
HELP WITH FORMULA
I am creating a Food cost workbook to be able to price out ingredient and have a sheet that you select the ingredient item, how much you are putting in the portion and it projects the cost for that amount you are inputting. I have already checked the…
Excel Management
How to INDEX to pull a set of information from a separate sheet
I am creating a Food cost workbook to be able to price out ingredient and have a sheet that you select the ingredient item, how much you are putting in the portion and it projects the cost for that amount you are inputting. I have already checked the…
Excel Management
Microsoft Excel: Formula computing wrong information
I am creating a Food cost workbook to be able to price out ingredient and have a sheet that you select the ingredient item, how much you are putting in the portion and it projects the cost for that amount you are inputting. I have already checked the…
Excel Management
EXCEL: COUNTIF FUNCTION DEPENDING ON THE COLOUR OF THE CELL
excel: I want to use the "countif" function in order to count the number of cells that have a specific colour (Doing this in order to count cells due to the containing number or text is clear and easy)
Excel
Microsoft excell throws an error message , when changes are saved to the file using google drive
G drive when installed on the desktop for windows 11. On making changes to excel files present in the drive and trying to save it. The drive throws an error as displayed in the attached image. "Microsoft Excel cannot access the file E:\Shared…
Excel Management

After pressing Enter, move selection
I don't want to change which direction a cursor moves after I hit enter. If the options are set to go down for the workbook? I want a code in VBA that will allow me to move the cursor on one worksheet without changing the options.
Excel Management
convert the number to word
ho to create micro to convert the number to word support multiple languages like تفقيط
Excel Management
I have an old Mac with old software 12.7.6. even though ı download office 16.88 which The old version application in the link you suggested does not fix the problem.
in your reply to a similar complaint, you said Then for Mac OS Monterey "12.7.6., you can download 16.88 compatible version of Office: Office suite (with Teams) (with Teams) Office suite (without Teams) (without Teams) Please understand that our…
Excel
Microsoft Intune MacOs
Excel did not start correctly last time.
Tengo una suscripción familiar de Microsoft 365 y Office. Puedo entrar con normalidad a todos lo programa excepto a Excel y no me sale el motivo. Abro un archivo excel o el mismo programa y se queda en la pantalla de carga, la primera vez que intento…
Excel Management
My excel does not open, other apps are working
Hello everyone, I hope someone can help me. My Excel does not open any workbook, it says that is opening but never opens. Word, Power point are working fine. I tried reinstalling and repairing but it did not work. My computer is an ryzen 9.
Excel Management
Why is there a limit of 256 data points for each series for charting in excel ?
Sub chartj() Dim points, n, i n = 1000 Dim xtab As Variant Dim ytab As Variant ReDim xtab(1 To n) ReDim ytab(1 To n) For i = 1 To n xtab(i) = i ytab(i) = i Next i Charts.Add ActiveChart.ChartType = xlXYScatter ActiveChart.SetSourceData…
Excel Management
Request: Official Method to Identify Excel Edition (2016, 365, 2024) Without Registry
Hi Office Development Team, I am working on a VBA/COM-based solution that requires detecting the installed edition of Microsoft Excel on a user’s system specifically identifying whether the user has Excel 2016, Excel 365, or Excel 2024. After exploring…