Search results 119

Sorted from new to old.
Card image
Row_PixelLocation

Gets the cell row where a certain shape is located by passing shape.Top number ...

Card image
Hiding chart in Excel

How to hide a full chart in Excel. By treating it as shape, not as chart.

Card image
Save Excel range (or shape) to picture

This is an interesting approach to export a range of cells into picture using ...

Card image
ANmaCopy_Objects

Copies objects from cell into cell Decide Sheet, and workbooks to copy from or ...

Card image
Part of cells in Excel

How to modify part of text inside an Excel cell using VBA. Something in my ...

Card image
Long filename

How to delete or rename file with long filename, say more than 200 chars. ...

Card image
TrimEnters

SQL Function to remove repeated Enters from a string in SQL Chr(13) + Chr(10)

Card image
Graphbar

Interactive graph bars, will go deeper when you click on the bar Originally ...

Card image
Sorting Strings

This is not a function as much as a note. I needed to force a line to show at ...

Card image
Custom Excel Right-Click Menus

Customizing Excel's right click menus The following code demonstrates how to ...

Card image
IntlIsAlphaCharacter

Test if a character is alphanumeric, regardless of the code page or language ...

Card image
Remove_Between2Quotes

Remove any char (or string) found between two quotes in a string This is an ...

Card image
Excel sheet textbox

Found a strange behavior for Excel sheet textboxes. Textbox in Excel sheet, ...

Card image
CSS Charts

Great articel about making charts in CSS. It has 3 main types, bar, column, ...

Card image
RandomGUID

Creates a random GUID number like ... 879AE395-E026-0A63-EFC1-152038C4400B ...

Card image
AN_SafeFileName

Clean filename from special characters to make it safe for server upload Then ...