Click here to Skip to main content
15,908,013 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: VBA in Excel Pin
DJ van Wyk18-Feb-20 22:24
professionalDJ van Wyk18-Feb-20 22:24 
GeneralRe: VBA in Excel Pin
Member 1219748918-Feb-20 22:50
Member 1219748918-Feb-20 22:50 
GeneralRe: VBA in Excel Pin
Member 1236439018-Feb-20 23:55
Member 1236439018-Feb-20 23:55 
GeneralRe: VBA in Excel Pin
thewazz19-Feb-20 2:53
professionalthewazz19-Feb-20 2:53 
GeneralRe: VBA in Excel Pin
ZevSpitz18-Feb-20 23:22
professionalZevSpitz18-Feb-20 23:22 
GeneralRe: VBA in Excel Pin
Kirk 1038982119-Feb-20 3:45
Kirk 1038982119-Feb-20 3:45 
GeneralRe: VBA in Excel Pin
Peter R. Fletcher19-Feb-20 4:49
Peter R. Fletcher19-Feb-20 4:49 
GeneralRe: VBA in Excel Pin
Chris Maunder19-Feb-20 6:34
cofounderChris Maunder19-Feb-20 6:34 
With regards to the line continuation issues, what I'm trying to do is create a an array (an ever growing array!) of terms that can be used to categorise an item.

eg

VB
items = Array("item1", _
              "item2", _

              ...

              "itemN")


N, for me, has grown beyond the limits of what VBA likes.

What I probably should do is just enter the terms in the spreadsheet somewhere and have the method reference the values in those cells rather than hard coding.

I've well and truly burned through the 1hr I budgeted on this one
cheers
Chris Maunder

GeneralRe: VBA in Excel Pin
Peter R. Fletcher19-Feb-20 7:05
Peter R. Fletcher19-Feb-20 7:05 
GeneralRe: VBA in Excel Pin
OldBogey19-Feb-20 17:43
OldBogey19-Feb-20 17:43 
GeneralRe: VBA in Excel Pin
OldBogey19-Feb-20 17:42
OldBogey19-Feb-20 17:42 
GeneralRe: VBA in Excel Pin
Chris Maunder20-Feb-20 4:04
cofounderChris Maunder20-Feb-20 4:04 
GeneralRe: VBA in Excel Pin
OldBogey20-Feb-20 12:26
OldBogey20-Feb-20 12:26 
GeneralRe: VBA in Excel Pin
Chris Maunder20-Feb-20 14:05
cofounderChris Maunder20-Feb-20 14:05 
GeneralRe: VBA in Excel Pin
Brady Kelly28-Feb-20 0:48
Brady Kelly28-Feb-20 0:48 
GeneralI hate mobile / cell phones sometimes. Pin
OriginalGriff18-Feb-20 5:47
mveOriginalGriff18-Feb-20 5:47 
GeneralRe: I hate mobile / cell phones sometimes. Pin
Cp-Coder18-Feb-20 5:57
Cp-Coder18-Feb-20 5:57 
GeneralRe: I hate mobile / cell phones sometimes. Pin
OriginalGriff18-Feb-20 6:13
mveOriginalGriff18-Feb-20 6:13 
GeneralRe: I hate mobile / cell phones sometimes. Pin
Michael Martin18-Feb-20 10:22
professionalMichael Martin18-Feb-20 10:22 
GeneralRe: I hate mobile / cell phones sometimes. Pin
DJ van Wyk18-Feb-20 22:32
professionalDJ van Wyk18-Feb-20 22:32 
GeneralRe: I hate mobile / cell phones sometimes. Pin
Peter Shaw20-Feb-20 4:02
professionalPeter Shaw20-Feb-20 4:02 
GeneralThought of the Day Pin
OriginalGriff18-Feb-20 5:28
mveOriginalGriff18-Feb-20 5:28 
GeneralRe: Thought of the Day Pin
lopatir18-Feb-20 5:35
lopatir18-Feb-20 5:35 
GeneralRe: Thought of the Day Pin
W Balboos, GHB18-Feb-20 5:35
W Balboos, GHB18-Feb-20 5:35 
GeneralRe: Thought of the Day Pin
dandy7218-Feb-20 6:22
dandy7218-Feb-20 6:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.