MrDB4Excel
Active Member
- Joined
- Jan 29, 2004
- Messages
- 348
- Office Version
- 2013
- Platform
- Windows
Without using VBA I would like to have a formula to first select all cells in columns A thru E where data exists while disregarding all blank rows below this data. Then with this selection current run the copy as picture routine which is a 2 pick from the menu. First from the Menu's Clipboard's "Copy" selection, then the "Copy as Picture" selection, ultimately choosing from the popup the "Picture" Format selection.
If the copy as picture portion is not doable in a formula that is fine, I would continue using the selection buttons as usual. The most important part is somehow with a formula to select the total range inclusive of data throughout columns A thru E that from time to time may include more or less rows than shown in this example.
In thinking about this it occurs to me that a named range that dynamically changes the range based on the number of rows containing data in columns A thru E is somehow key to this formula working to select the range.
Shown below is a link set to select the data in the named range A_New_Data.
Thanks to anyone who can help me solve this puzzle.
If the copy as picture portion is not doable in a formula that is fine, I would continue using the selection buttons as usual. The most important part is somehow with a formula to select the total range inclusive of data throughout columns A thru E that from time to time may include more or less rows than shown in this example.
In thinking about this it occurs to me that a named range that dynamically changes the range based on the number of rows containing data in columns A thru E is somehow key to this formula working to select the range.
Shown below is a link set to select the data in the named range A_New_Data.
Thanks to anyone who can help me solve this puzzle.
DynamicNamedRange.xlsx | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
1 | ReceivedTime | SenderName | subject | To | Doc # | ||
2 | 08/21/2021 10:02:09 | Sender A | Subject 1 | Sender B | 1 > | ||
3 | 08/21/2021 10:28:21 | Sender B | Subject 2 | Sender A | 2 > | ||
4 | 08/21/2021 17:17:55 | Sender A | Subject 3 | Sender B | 3 > | ||
5 | 08/21/2021 17:45:05 | Sender A | Subject 4 | Sender B | 4 > | ||
6 | 08/21/2021 19:06:10 | Sender A | Subject 5 | Sender B | 5 > | ||
7 | 08/21/2021 22:25:17 | Sender B | Subject 6 | Sender A | 6 > | ||
8 | 08/22/2021 10:13:10 | Sender A | Subject 7 | Sender B | 7 > | ||
9 | |||||||
10 | Without using VBA I would like to have a formula to first select all cells in columns A thru E where data exists while disregarding all blank rows below this data. Then with this selection current run the copy as picture routine which is a 2 pick from the menu. First from the Menu's Clipboard's "Copy" selection, then the "Copy as Picture" selection, ultimately choosing from the popup the "Picture" Format selection. If the copy as picture portion is not doable in a formula that is fine, I would continue using the selection buttons as usual. The most important part is somehow with a formula to select the total range inclusive of data throughout columns A thru E that from time to time may include more or less rows than shown in this example. In thinking about this it occurs to me that a named range that dynamically changes the range based on the number of rows containing data in columns A thru E is somehow key to this formula working to select the range. Shown below is a link set to select the data in the named range A_New_Data. | ||||||
11 | |||||||
12 | |||||||
13 | |||||||
14 | |||||||
15 | |||||||
16 | |||||||
17 | |||||||
18 | |||||||
19 | |||||||
20 | |||||||
21 | Get A1 to E Last Row Of Data | ||||||
ExampleData |