I would like to print out one of my Export Specification templates to give to someone. The Help text says they are stored in the database under Filename_ExportSpecification.
I cannot find a way to access those files to print them out. Is it possible? (I don't want to send them my whole...
This is terrific!! It works great; however, I have TWO different fields in this query that I need to use this special formatting on, and when I do the second one, I get this message:
"Duplicate output alias "FormatedField". What do I need to do to be able to use this on more than one field of...
Hi, how do I make a calculated field in a query retain the display format I've chosen for it (000000000) when the field is exported? The field is a dollars and cents field, 5.54 for example, that I've created an expression field for which multiplies the value in the table by 100 (to strip the...
I'm using nested vlookup functions like this:
=Sum(vlookup(a2,range1,2,false)+vlookup(a2,range2,2,false)-vlookup(a2,range3,2,false))
and in some cells I'm getting only #N/A because one of the ranges (it could be any of the three) doesn't have an exact match to A2 in it.
How can I make the...
I have a CSS style I'm using for a particular area of my web page and I don't want it to use the link color defined in Page Properties. How can I attach a diffent link style to that section? Thanks for any suggestions.
Thanks to both of you for your tips. Using the % on the width did the trick. I'm using just CSS for this web site, I'm a novice and have never used tables and don't know how to write the code, but I've saved your suggestion, ArkM, because it helps me understand what's going on underneath...
Hi,
I'm trying to set up a CSS with a position that is in the center of the page no matter how large the browser window is. I know how to set a banner that goes across the entire page no matter how wide the browser window is, but in this case I don't want the text and graphics inside the CSS...
Thanks for the tip. I had to do it a different way by going into Frontpage and saving as html a blank page with just the background I wanted on it. It opened fine in Dreamweaver. But I saved your tip for another use! Thanks again!
Hi, I want my page to have a textured background not just a solid color. similar to what I see folks who've done web pages in Front Page. Is my only choice for background in Dreamweaver just color, or are there page textures that I can pick from or somehow import into dreamweaver. Should I...
it's 5. here it is all together:
Sub Macro1()
i = 5
Do While i < 4610
If Cells(i, 5) <> "" Then
Cells(i + 1, 5) = Cells(i, 5)
i = i + 1
End If
i = i + 1
Loop
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.